This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
49
50
51
52
{
"name": "postpost",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook-build": "build-storybook -c .storybook -o .out",
"chromatic": "CHROMATIC_APP_CODE=p6j9b0w9u2p chromatic test"
},
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.6.8",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuetify": "^1.3.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@mdi/font": "^3.4.93",
"@storybook/addon-actions": "^5.0.1",
"@storybook/addon-knobs": "^5.0.0",
"@storybook/vue": "^5.0.0",
"@types/storybook__vue": "^3.3.2",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-typescript": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"css-loader": "^2.1.0",
"jshint": "^2.9.7",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"storybook-chromatic": "^1.3.0",
"storybook-addon-vue-info": "^1.0.0",
"html-loader": "^0.5.5",
"markdown-loader": "^4.0.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^3.0.0",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-loader": "^15.6.2",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.6",
"vuetify-loader": "^1.0.5"
}
}