forked from dylanalizon/chat-symfony4-vuejs-websocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 892 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"jquery": "^3.3.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-loader": "^14",
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^2.13.1",
"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"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"favico.js": "^0.3.10",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}