-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
32
33
34
35
36
{
"name": "vue-material-dashboard",
"version": "1.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
"start:prod": "vue-cli-service serve --port 8080",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.0",
"chartist": "0.11.2",
"google-maps": "3.3.0",
"lodash": "^4.17.11",
"vue": "2.6.10",
"vue-clickaway": "2.2.2",
"vue-github-buttons": "3.1.0",
"vue-material": "1.0.0-beta-11",
"vue-router": "3.0.6",
"vue-social-sharing": "2.4.5",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.8.0",
"@vue/cli-plugin-eslint": "3.8.0",
"@vue/cli-service": "3.8.3",
"@vue/eslint-config-prettier": "4.0.1",
"es6-promise": "4.2.8",
"eslint-plugin-vue": "5.2.2",
"node-sass": "4.12.0",
"sass-loader": "7.1.0",
"vue-template-compiler": "2.6.10"
}
}