-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.46 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vue-gapi-example",
"version": "0.1.0",
"description": "Example application how to use the vue-gapi plugin. The application uses Vuetify.",
"author": "nidkil <info@nidkil.com>",
"scripts": {
"serve": "vue-cli-service serve --colorsgoo",
"build": "vue-cli-service build --production",
"lint": "vue-cli-service lint",
"deploy": "npm run build --production; push-dir --dir=dist --branch=gh-pages --cleanup --verbose"
},
"dependencies": {
"moment": "^2.22.2",
"vue": "^2.5.17",
"vue-clipboard2": "^0.2.1",
"vue-router": "^3.0.1",
"vuetify": "^1.3.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^5.0.0-0",
"push-dir": "^0.4.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.4.5",
"vue-template-compiler": "^2.5.17",
"vuetify-loader": "^1.0.5"
},
"homepage": "https://github.com/nidkil/vue-gapi-example#readme",
"bugs": {
"url": "https://github.com/nidkil/vue-gapi-example/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nidkil/vue-gapi-example.git"
},
"license": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
}