-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
{
"name": "@seed-design/stackflow-spa",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --host 0.0.0.0",
"serve": "vite preview"
},
"dependencies": {
"@karrotmarket/react-monochrome-icon": "^1.10.0",
"@karrotmarket/react-multicolor-icon": "^1.7.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-use-callback-ref": "^1.1.1",
"@seed-design/css": "1.2.1",
"@seed-design/react": "1.2.3",
"@seed-design/stackflow": "1.1.16",
"@seed-design/stylesheet": "1.1.1",
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.2.1",
"@stackflow/core": "^1.3.0",
"@stackflow/plugin-basic-ui": "^1.17.0",
"@stackflow/plugin-history-sync": "^1.8.1",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.9.0",
"@vanilla-extract/css": "^1.17.1",
"clsx": "^2.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@seed-design/cli": "1.2.1",
"@seed-design/vite-plugin": "^1.1.0",
"@types/node": "^25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vanilla-extract/vite-plugin": "^5.1.1",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-react-swc": "^4.0.0",
"rollup-plugin-visualizer": "^6.0.0",
"terser": "^5.39.0",
"typescript": "^5.9.2",
"vite": "^7.0.6",
"vite-plugin-checker": "^0.12.0",
"vite-tsconfig-paths": "^6.0.0"
}
}