-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 979 Bytes
/
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
{
"name": "rui-poc",
"version": "0.4.22",
"description": "The RUI POC - Mobile web UI components based on react-hooks and vite6",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/v-poc/rui-poc.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "npm run build && vite preview",
"start": "vite"
},
"engines": {
"node": "^18.0.0 || >=20.0.0",
"pnpm": ">= 8"
},
"packageManager": "pnpm@9.15.2",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"rollup": "4"
}
}
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"axios": "^1.7.9",
"less": "^4.2.1",
"rui-next": "^0.49.3",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-mock": "2.9.6"
}
}