-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 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
46
47
{
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite",
"cleanup": "rimraf dist",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --max-warnings 0",
"typecheck": "tsc",
"test": "vitest",
"build": "vite build",
"check-size-limits": "size-limit --highlight-less",
"start": "vite preview"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@faergeek/eslint-config": "^8.1.7",
"@floating-ui/dom": "^1.6.13",
"@icons-pack/react-simple-icons": "^13.0.0",
"@size-limit/file": "^12.0.0",
"@tanstack/react-router": "^1.85.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.39.1",
"fast-check": "^4.0.0",
"lucide-react": "^1.0.0",
"modern-normalize": "^3.0.1",
"prettier": "^3.6.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.0",
"size-limit": "^12.0.0",
"spark-md5": "^3.0.2",
"typescript": "^6.0.0",
"valibot": "^1.2.0",
"vite": "^8.0.0",
"vitest": "^4.0.0",
"wrangler": "^4.37.0",
"zustand": "^5.0.2"
}
}