-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 917 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
30
31
32
33
34
35
36
37
38
{
"devDependencies": {
"webpack-notifier": "^1.5.1"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production",
"postinstall": "encore production"
},
"dependencies": {
"@symfony/webpack-encore": "^0.17.1",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"css-loader": "^0.28.9",
"font-awesome": "^4.7.0",
"hard-source-webpack-plugin": "^0.5.16",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vuetify": "^0.17.7",
"vuex": "^3.0.1",
"webpack": "^3.10.0"
},
"engines": {
"node": "9.4.0",
"npm": "5.6.0",
"yarn": "1.3.2"
},
"postinstall": "npm run build"
}