-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "rui-next",
"version": "0.49.3",
"description": "Mobile web UI components based on React hooks and Vite 6",
"files": [
"dist/rui-next.css",
"dist/rui-next.es.js",
"dist/rui-next.umd.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"main": "dist/rui-next.umd.js",
"module": "dist/rui-next.es.js",
"exports": {
".": {
"import": "./dist/rui-next.es.js",
"require": "./dist/rui-next.umd.js"
},
"./css": "./dist/rui-next.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-poc/rui-next.git"
},
"keywords": [
"vite",
"react",
"react-hooks",
"rspress-react-ui",
"react-components",
"react-hooks-components",
"react-hooks-rspress",
"rui",
"react-ui",
"react-hooks-ui",
"react-vite",
"react-vite-ui",
"react-vite-ts",
"react-vite-ts-ui",
"vite6",
"react-vite6-ui"
],
"author": "Niko Ni",
"license": "MIT",
"bugs": {
"url": "https://github.com/v-poc/rui-next/issues"
},
"homepage": "https://github.com/v-poc/rui-next#readme",
"scripts": {
"start": "rspress dev --port 5173",
"build-lib": "vite build --config vite.config.ts",
"build-docs": "rspress build",
"preview": "rspress preview"
},
"engines": {
"node": "^18.0.0 || >=20.0.0",
"pnpm": ">= 8"
},
"packageManager": "pnpm@9.15.4",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"v-qr-code-next": "^0.2.7"
},
"devDependencies": {
"@rspress/plugin-preview": "^1.40.0",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"classnames": "^2.5.1",
"less": "^4.2.1",
"rspress": "^1.40.0",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}