-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 984 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
37
38
39
40
{
"name": "destinyclan",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"postinstall": "yarn build"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.12",
"dexie": "^2.0.4",
"idb": "^4.0.3",
"moment": "^2.24.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.6",
"vue-router": "^3.0.2",
"vuetify": "^1.5.16",
"vuetify-loader": "^1.2.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli": "^3.4.0",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.6"
},
"repository": {
"type": "git",
"url": "[email protected]:brobotic/destiny2api.git"
},
"author": "[email protected]",
"license": "ISC"
}