|
| 1 | +{ |
| 2 | + "name": "vue-example", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "scripts": { |
| 6 | + "start": "./node_modules/.bin/parcel", |
| 7 | + "build": "./node_modules/.bin/parcel build", |
| 8 | + "start:storybook": "./node_modules/.bin/start-storybook -p 8000 -c .storybook", |
| 9 | + "build:storybook": "build-storybook -c .storybook -o .out" |
| 10 | + }, |
| 11 | + "devDependencies": { |
| 12 | + "@storybook/addons": "^3.4.5", |
| 13 | + "@storybook/cli": "^3.4.5", |
| 14 | + "@storybook/vue": "^3.4.5", |
| 15 | + "@vue/component-compiler-utils": "^1.3.0", |
| 16 | + "babel-core": "^6.26.3", |
| 17 | + "babel-preset-env": "^1.7.0", |
| 18 | + "babel-runtime": "^6.26.0", |
| 19 | + "css-loader": "^0.28.11", |
| 20 | + "parcel-bundler": "^1.8.1", |
| 21 | + "parcel-plugin-vue": "^1.5.0", |
| 22 | + "vue-loader": "14.2.1", |
| 23 | + "vue-template-compiler": "^2.5.16" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "apollo-boost": "^0.1.6", |
| 27 | + "apollo-client": "^2.3.1", |
| 28 | + "graphql": "^0.13.2", |
| 29 | + "graphql-tag": "^2.9.2", |
| 30 | + "vue": "^2.5.16", |
| 31 | + "vue-apollo": "^3.0.0-beta.13" |
| 32 | + }, |
| 33 | + "author": "Johan van Eck", |
| 34 | + "license": "MIT" |
| 35 | +} |
0 commit comments