-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 883 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 883 Bytes
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.21.0",
"webpack-notifier": "^1.6.0",
"autoprefixer": "^7.1.2",
"compression-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"foundation-sites": "^6.4.3",
"imagemin-webpack-plugin": "^1.5.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.2",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}