-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint assets/vue --ext .js,.vue"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@symfony/webpack-encore": "^0.29.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.0.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^4.2.0",
"node-sass": "^4.14.0",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^7.0.1",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"aos": "^2.3.4",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.12.0",
"prerender-spa-plugin": "^3.4.0",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuex": "^3.3.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}