-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
package.json
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
{
"name": "tank-planner",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "vite build",
"lint": "bunx --bun prettier --check . && bunx --bun eslint --format=pretty \"src/**\"",
"format": "bunx --bun prettier --write . && bunx --bun eslint --fix --format=pretty \"src/**\"",
"preview": "vite preview"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.1",
"eslint": "^8.54.0",
"eslint-config-neon": "^0.1.57",
"eslint-formatter-pretty": "^5",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.33",
"prettier": "^3.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"lodash.merge": "^4.6.2"
},
"volta": {
"node": "20.11.1",
"pnpm": "8.15.4"
}
}