-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"$schema": "https://www.schemastore.org/package.json",
"name": "cict-store",
"private": true,
"type": "module",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "vite",
"build": "vite build && node node_scripts/fix_manifest.js",
"build:production": "vite build --mode production && node node_scripts/fix_manifest.js",
"preview": "vite preview",
"prepare": "husky",
"lint:php": "vendor/bin/pint --test",
"lint:php:fix": "vendor/bin/pint",
"lint:js": "eslint .",
"lint:js:fix": "eslint --fix ."
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"eslint": "^10.4.0",
"husky": "^9.1.7",
"laravel-vite-plugin": "^2.0.0",
"lint-staged": "^16.4.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.0.0",
"terser": "^5.44.1",
"vite": "^7.0.7"
}
}