-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"private": true,
"scripts": {
"dev": "mix --mix-config build/webpack.mix.js",
"watch": "mix watch --mix-config build/webpack.mix.js",
"watch-poll": "mix watch --mix-config build/webpack.mix.js -- --watch-options-poll=1000",
"hot": "mix watch --hot --mix-config build/webpack.mix.js",
"prod": "mix --production --mix-config build/webpack.mix.js"
},
"husky": {
"hooks": {
"pre-commit": "./build/hooks/pre-commit.sh"
}
},
"devDependencies": {
"axios": "^1.2.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^4.3.8",
"laravel-echo": "^1.14.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"pusher-js": "^8.0.0",
"sass": "1.39.2",
"sass-loader": "^12.6.0",
"semantic-ui-sass": "^2.4.2",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"semantic-ui-vue": "^0.11.0",
"vue-codemirror": "^4.0.6",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
}
}