-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 940 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.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"dev": "npm run serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"chartist": "0.11.0",
"google-maps": "3.3.0",
"jquery": "^3.4.1",
"js-sha1": "^0.6.0",
"sha1": "^1.1.1",
"vue": "2.6.10",
"vue-clickaway": "2.2.2",
"vue-github-buttons": "3.1.0",
"vue-material": "1.0.0-beta-8",
"vue-router": "3.0.6",
"vue-social-sharing": "2.4.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.7.0",
"@vue/cli-plugin-eslint": "3.7.0",
"@vue/cli-service": "3.7.0",
"@vue/eslint-config-prettier": "4.0.1",
"es6-promise": "4.2.6",
"eslint-plugin-vue": "5.2.2",
"node-sass": "4.12.0",
"sass-loader": "7.1.0",
"vue-template-compiler": "2.6.10"
}
}