forked from julienj/twity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"devDependencies": {
"@mdi/font": "^3.0.39",
"@symfony/webpack-encore": "^0.27.0",
"eslint": "^5.12.1",
"eslint-plugin-vue": "^5.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.4.2",
"webpack-notifier": "^1.6.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "./node_modules/.bin/encore dev-server",
"dev": "./node_modules/.bin/encore dev",
"watch": "./node_modules/.bin/encore dev --watch",
"build": "./node_modules/.bin/encore production"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0",
"chart.js": "^2.8.0",
"feather-icons": "^4.21.0",
"lodash": "^4.17.11",
"vue": "^2.6",
"vue-chartjs": "^3.4.2",
"vue-clipboard2": "^0.2.1",
"vue-feather": "^1.0.0",
"vue-moment": "^4.0.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.6",
"vue-select": "^3.0.2",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.0"
}
}