-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.44 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
42
43
44
45
46
47
48
{
"private": true,
"scripts": {
"prod": "mix --production --mix-config=webpack.mix.js",
"watch": "mix watch --mix-config=webpack.mix.js",
"prepare": "husky install",
"test": "jest"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.9.0",
"eslint-webpack-plugin": "^3.2.0",
"expect": "^29.3.1",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"laravel-mix": "^6.0.43",
"laravel-mix-eslint": "^0.2.0",
"laravel-mix-polyfill": "^3.0.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.22",
"postcss-extend": "^1.0.5",
"postcss-import": "^14.0.2",
"prettier": "^3.3.1",
"prettier-plugin-blade": "^2.1.16",
"prettier-plugin-tailwindcss": "^0.6.1",
"shelljs": "^0.8.4",
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"axios": "^1.2.2",
"choices.js": "^10.2.0",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"lodash": "^4.17.21",
"sortablejs": "^1.13.0"
},
"engine": {
"node": ">=18.13.0"
}
}