|
@@ -1,72 +1,75 @@
|
|
|
{
|
|
|
- "name": "sell",
|
|
|
+ "name": "vue-sell",
|
|
|
"version": "1.0.0",
|
|
|
- "description": "sell app",
|
|
|
- "author": "ustbhuangyi <280309453@qq.com>",
|
|
|
+ "description": "A Vue.js project",
|
|
|
+ "author": "Junx <junxjobs@gmail.com>",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
- "dev": "node build/dev-server.js",
|
|
|
- "build": "node build/build.js",
|
|
|
- "test": "",
|
|
|
- "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
|
|
+ "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
|
+ "server": "node build/dev-server.js",
|
|
|
+ "start": "npm run dev",
|
|
|
+ "lint": "eslint --ext .js,.vue src",
|
|
|
+ "build": "node build/build.js"
|
|
|
},
|
|
|
- "keywords": [
|
|
|
- "vue",
|
|
|
- "vue-sell",
|
|
|
- "webapp"
|
|
|
- ],
|
|
|
"dependencies": {
|
|
|
- "vue": "^2.2.1",
|
|
|
- "vue-resource": "1.0.3",
|
|
|
- "vue-router": "^2.2.0",
|
|
|
- "babel-runtime": "^6.0.0",
|
|
|
- "better-scroll": "^1.4.2"
|
|
|
+ "better-scroll": "^1.4.2",
|
|
|
+ "vue": "^2.5.2",
|
|
|
+ "vue-resource": "^1.3.4",
|
|
|
+ "vue-router": "^3.0.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "autoprefixer": "^6.4.0",
|
|
|
- "babel-core": "^6.0.0",
|
|
|
- "babel-eslint": "^7.0.0",
|
|
|
- "babel-loader": "^6.0.0",
|
|
|
- "babel-plugin-transform-runtime": "^6.0.0",
|
|
|
- "babel-preset-es2015": "^6.0.0",
|
|
|
- "babel-preset-stage-2": "^6.0.0",
|
|
|
- "babel-register": "^6.0.0",
|
|
|
- "chalk": "^1.1.3",
|
|
|
- "connect-history-api-fallback": "^1.1.0",
|
|
|
- "css-loader": "^0.25.0",
|
|
|
- "eslint": "^3.7.1",
|
|
|
- "eslint-friendly-formatter": "^2.0.5",
|
|
|
- "eslint-loader": "^1.5.0",
|
|
|
- "eslint-plugin-html": "^1.3.0",
|
|
|
- "eslint-config-standard": "^6.1.0",
|
|
|
+ "autoprefixer": "^7.1.2",
|
|
|
+ "babel-core": "^6.22.1",
|
|
|
+ "babel-eslint": "^7.1.1",
|
|
|
+ "babel-loader": "^7.1.1",
|
|
|
+ "babel-plugin-transform-runtime": "^6.22.0",
|
|
|
+ "babel-preset-env": "^1.3.2",
|
|
|
+ "babel-preset-stage-2": "^6.22.0",
|
|
|
+ "babel-register": "^6.22.0",
|
|
|
+ "chalk": "^2.0.1",
|
|
|
+ "copy-webpack-plugin": "^4.0.1",
|
|
|
+ "css-loader": "^0.28.0",
|
|
|
+ "eslint": "^3.19.0",
|
|
|
+ "eslint-config-standard": "^10.2.1",
|
|
|
+ "eslint-friendly-formatter": "^3.0.0",
|
|
|
+ "eslint-loader": "^1.7.1",
|
|
|
+ "eslint-plugin-html": "^3.0.0",
|
|
|
+ "eslint-plugin-import": "^2.7.0",
|
|
|
+ "eslint-plugin-node": "^5.2.0",
|
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
|
- "eslint-plugin-standard": "^2.0.1",
|
|
|
+ "eslint-plugin-standard": "^3.0.1",
|
|
|
"eventsource-polyfill": "^0.9.6",
|
|
|
- "express": "^4.13.3",
|
|
|
- "extract-text-webpack-plugin": "^1.0.1",
|
|
|
- "file-loader": "^0.9.0",
|
|
|
- "friendly-errors-webpack-plugin": "^1.1.2",
|
|
|
- "function-bind": "^1.0.2",
|
|
|
- "html-webpack-plugin": "^2.8.1",
|
|
|
- "http-proxy-middleware": "^0.17.2",
|
|
|
- "json-loader": "^0.5.4",
|
|
|
+ "extract-text-webpack-plugin": "^3.0.0",
|
|
|
+ "file-loader": "^1.1.4",
|
|
|
+ "friendly-errors-webpack-plugin": "^1.6.1",
|
|
|
+ "html-webpack-plugin": "^2.30.1",
|
|
|
+ "node-notifier": "^5.1.2",
|
|
|
+ "optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
|
+ "ora": "^1.2.0",
|
|
|
+ "portfinder": "^1.0.13",
|
|
|
+ "postcss-import": "^11.0.0",
|
|
|
+ "postcss-loader": "^2.0.8",
|
|
|
+ "rimraf": "^2.6.0",
|
|
|
"semver": "^5.3.0",
|
|
|
- "opn": "^4.0.2",
|
|
|
- "ora": "^0.3.0",
|
|
|
- "shelljs": "^0.7.4",
|
|
|
- "url-loader": "^0.5.7",
|
|
|
- "vue-loader": "^11.1.4",
|
|
|
- "vue-style-loader": "^2.0.0",
|
|
|
+ "shelljs": "^0.7.6",
|
|
|
"stylus": "^0.54.5",
|
|
|
- "stylus-loader": "^2.1.1",
|
|
|
- "vue-template-compiler": "^2.2.1",
|
|
|
- "webpack": "^1.13.2",
|
|
|
- "webpack-dev-middleware": "^1.8.3",
|
|
|
- "webpack-hot-middleware": "^2.12.2",
|
|
|
- "webpack-merge": "^0.14.1"
|
|
|
+ "stylus-loader": "^3.0.1",
|
|
|
+ "url-loader": "^0.5.8",
|
|
|
+ "vue-loader": "^13.3.0",
|
|
|
+ "vue-style-loader": "^3.0.1",
|
|
|
+ "vue-template-compiler": "^2.5.2",
|
|
|
+ "webpack": "^3.6.0",
|
|
|
+ "webpack-bundle-analyzer": "^2.9.0",
|
|
|
+ "webpack-dev-server": "^2.9.1",
|
|
|
+ "webpack-merge": "^4.1.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">= 4.0.0",
|
|
|
"npm": ">= 3.0.0"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "browserslist": [
|
|
|
+ "> 1%",
|
|
|
+ "last 2 versions",
|
|
|
+ "not ie <= 8"
|
|
|
+ ]
|
|
|
}
|