-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 Bytes
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
{
"name": "rmst-design-root",
"version": "0.0.1",
"description": "",
"private": true,
"license": "MIT",
"scripts": {
"dev": "pnpm -F playground dev",
"dev-rmst-design": "pnpm -F rmst-design dev",
"build-nextjs": "pnpm -F playground build",
"build": "pnpm -F rmst-design build && pnpm run build-nextjs",
"start": "pnpm -F playground start"
},
"dependencies": {
"ahooks": "^3.9.6",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"es-toolkit": "^1.41.0",
"next": "16.0.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-merge-refs": "^2.1.1",
"scroll-into-view-if-needed": "^3.1.0"
},
"devDependencies": {
"@types/node": "^20.19.25",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3"
},
"publishConfig": {
"access": "public"
},
"authors": []
}