-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "@stateloom/example-react-vite",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@stateloom/core": "^1.0.0-alpha.0",
"@stateloom/store": "^1.0.0-alpha.0",
"@stateloom/atom": "^1.0.0-alpha.0",
"@stateloom/proxy": "^1.0.0-alpha.0",
"@stateloom/react": "^1.0.0-alpha.0",
"@stateloom/devtools": "^1.0.0-alpha.0",
"@stateloom/persist": "^1.0.0-alpha.0",
"@stateloom/history": "^1.0.0-alpha.0",
"@stateloom/immer": "^1.0.0-alpha.0",
"@stateloom/tab-sync": "^1.0.0-alpha.0",
"@stateloom/telemetry": "^1.0.0-alpha.0",
"immer": "^10.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"highlight.js": "^11.11.0",
"react-router-dom": "^7.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.4.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.0"
}
}