forked from kh21rul/FastVoting
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 813 Bytes
/
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
{
"name": "fastvoting",
"type": "module",
"scripts": {
"lint": "./vendor/bin/pint --test && prettier --check .",
"lint:fix": "./vendor/bin/pint && prettier --write .",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"axios": "^1.7",
"bootstrap": "^5.3.2",
"laravel-mix-workbox": "^0.1.4",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"prettier": "^3.3.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"vite": "^5.3.1",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.1.0"
},
"engines": {
"node": ">=18"
}
}