|
| 1 | +{ |
| 2 | + "name": "how-to-use-graphql-with-vue-apollo-components-and-netlify-functions", |
| 3 | + "version": "0.1.0", |
| 4 | + "author": "Markus Oberlehner", |
| 5 | + "homepage": "https://github.com/maoberlehner/how-to-use-graphql-with-vue-apollo-components-and-netlify-functions", |
| 6 | + "license": "MIT", |
| 7 | + "private": true, |
| 8 | + "scripts": { |
| 9 | + "serve": "vue-cli-service serve", |
| 10 | + "build": "vue-cli-service build", |
| 11 | + "lint": "vue-cli-service lint" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@avalanche/generic-box-sizing-reset": "^4.0.0-alpha.5", |
| 15 | + "@avalanche/object-container": "^4.0.0-alpha.8", |
| 16 | + "@avalanche/object-vertical-spacing": "^4.0.0-alpha.5", |
| 17 | + "@avalanche/setting-spacings": "^4.0.0-alpha.6", |
| 18 | + "@vue/cli-plugin-babel": "^3.3.0", |
| 19 | + "@vue/cli-service": "^3.3.0", |
| 20 | + "node-sass": "^4.11.0", |
| 21 | + "node-sass-magic-importer": "^5.3.0", |
| 22 | + "reset-css": "^4.0.1", |
| 23 | + "sass-loader": "^7.1.0", |
| 24 | + "vue": "^2.5.22", |
| 25 | + "vue-template-compiler": "^2.5.22" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@avalanche/eslint-config": "^3.0.0", |
| 29 | + "@vue/cli-plugin-eslint": "^3.3.0", |
| 30 | + "eslint-plugin-import": "^2.14.0", |
| 31 | + "eslint-plugin-vue": "^5.1.0" |
| 32 | + }, |
| 33 | + "browserslist": [ |
| 34 | + ">0.25%", |
| 35 | + "not ie 10", |
| 36 | + "not op_mini all" |
| 37 | + ] |
| 38 | +} |
0 commit comments