forked from senzowayne/resavo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 950 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 950 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.28.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"core-js": "^3.0.0",
"deepmerge": "^4.2.2",
"fibers": "^4.0.2",
"node-sass": "^4.13.1",
"regenerator-runtime": "^0.13.2",
"sass": "^1.26.3",
"sass-loader": "^7.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"axios": "^0.19.2",
"es6-promise": "^4.2.8",
"vuetify": "^2.2.20",
"vuex": "^3.1.3",
"yarn": "^1.22.1"
}
}