forked from evoluhq/evolu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 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
{
"name": "@example/react-vite-pwa",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"clean": "rimraf node_modules dist .vite .turbo dev-dist",
"dev": "vite",
"generate-pwa-assets": "pwa-assets-generator",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@evolu/common": "latest",
"@evolu/react": "latest",
"@evolu/react-web": "latest",
"@tabler/icons-react": "^3.35.0",
"clsx": "^2.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "~19.1.13",
"@types/react-dom": "~19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react": "^5.0.1",
"eslint": "9.39.1",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.0.2",
"workbox-core": "^7.3.0",
"workbox-window": "^7.3.0"
}
}