forked from panstorm-project/panstorm.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 903 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 903 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"lint": "prettier --write .",
"test:lint": "prettier --check .",
"test:types": "tsc && ./node_modules/.bin/eslint resources/js",
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@types/node": "^18.13.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.7.3",
"vite": "^6.0",
"@typescript-eslint/eslint-plugin": "^8.21.0"
}
}