Last active
July 21, 2018 17:28
-
-
Save kapillamba4/0235a5a698a663669118087493c98629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "project", | |
"version": "1.0.0", | |
"description": "A Vue.js project", | |
"author": "Kapil <[email protected]>", | |
"private": true, | |
"scripts": { | |
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | |
"start": "npm run dev", | |
"lint": "eslint --ext .js,.vue src", | |
"build": "node build/build.js" | |
}, | |
"dependencies": { | |
"axios": "^0.18.0", | |
"vue": "^2.5.16", | |
"vue-router": "^3.0.1", | |
"vuex": "^3.0.1", | |
"vuex-router-sync": "^5.0.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.0.0-beta.49", | |
"@babel/plugin-syntax-jsx": "^7.0.0-beta.49", | |
"@babel/plugin-transform-runtime": "^7.0.0-beta.49", | |
"@babel/preset-env": "^7.0.0-beta.49", | |
"@babel/preset-stage-2": "^7.0.0-beta.49", | |
"autoprefixer": "^8.3.0", | |
"babel-eslint": "^8.2.1", | |
"babel-helper-vue-jsx-merge-props": "^2.0.3", | |
"babel-loader": "^8.0.0-beta.3", | |
"babel-plugin-transform-vue-jsx": "^4.0.1", | |
"chalk": "^2.4.1", | |
"copy-webpack-plugin": "^4.0.1", | |
"css-loader": "^0.28.0", | |
"eslint": "^4.15.0", | |
"eslint-config-standard": "^11.0.0", | |
"eslint-friendly-formatter": "^4.0.1", | |
"eslint-loader": "^2.0.0", | |
"eslint-plugin-import": "^2.7.0", | |
"eslint-plugin-node": "^6.0.1", | |
"eslint-plugin-promise": "^3.4.0", | |
"eslint-plugin-standard": "^3.1.0", | |
"eslint-plugin-vue": "^4.0.0", | |
"file-loader": "^1.1.4", | |
"friendly-errors-webpack-plugin": "^1.6.1", | |
"html-webpack-plugin": "^3.2.0", | |
"mini-css-extract-plugin": "^0.4.0", | |
"node-notifier": "^5.1.2", | |
"optimize-css-assets-webpack-plugin": "^4.0.0", | |
"ora": "^2.0.0", | |
"portfinder": "^1.0.13", | |
"postcss-import": "^11.0.0", | |
"postcss-loader": "^2.0.8", | |
"postcss-url": "^7.2.1", | |
"rimraf": "^2.6.0", | |
"semver": "^5.3.0", | |
"shelljs": "^0.8.1", | |
"uglifyjs-webpack-plugin": "^1.1.1", | |
"url-loader": "^1.0.1", | |
"vue-loader": "^15.0.3", | |
"vue-style-loader": "^4.1.0", | |
"vue-template-compiler": "^2.5.2", | |
"webpack": "^4.6.0", | |
"webpack-bundle-analyzer": "^2.9.0", | |
"webpack-cli": "^3.0.3", | |
"webpack-dev-server": "^3.1.3", | |
"webpack-merge": "^4.1.0" | |
}, | |
"engines": { | |
"node": "10", | |
"npm": "5", | |
"yarn": "1" | |
}, | |
"browserslist": [ | |
"> 1%", | |
"last 2 versions", | |
"not ie <= 8" | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment