-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "pwa-vue",
"version": "1.0.0",
"author": "@ahsouza Aníbal Henrique <annibalhsouza@gmail.com>",
"private": true,
"scripts": {
"dev": "webpack-dev-server --progress",
"storybook": "start-storybook -p 6006 -s static",
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/addon-actions": "^5.0.1",
"@storybook/addon-info": "^5.0.5",
"@storybook/addon-knobs": "^5.0.5",
"@storybook/addon-links": "^5.0.1",
"@storybook/addon-notes": "^5.0.3",
"@storybook/addon-options": "^5.0.5",
"@storybook/addons": "^5.0.1",
"@storybook/theming": "^5.0.3",
"@storybook/vue": "^5.0.1",
"@vue/babel-preset-app": "^3.5.1",
"@vue/cli-service-global": "^3.5.1",
"axios": "^0.18.0",
"babel-preset-vue": "^2.0.2",
"end-of-stream": "^1.4.1",
"material-design-icons-iconfont": "^4.0.5",
"storybook-addon-styled-component-theme": "^1.1.1",
"vue": "^2.6.8",
"vue-design-system": "git+https://github.com/viljamis/vue-design-system",
"vue-router": "^3.0.2",
"vue-social-sharing": "^2.4.2",
"vuelidate": "^0.7.4",
"vuetify": "^1.5.5"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@storybook/addon-console": "^1.1.0",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-unit-jest": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"event-source-polyfill": "^1.0.5",
"html-webpack-plugin": "^3.2.0",
"storybook-addon-material-ui": "^0.9.0-alpha.17",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"sw-precache-webpack-plugin": "^0.11.5",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.8",
"vuetify-loader": "^1.0.5",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"license": "ISC",
"main": "index.js"
}