|
@@ -0,0 +1,55 @@
|
|
|
+{
|
|
|
+ "name": "preliminary",
|
|
|
+ "sideEffects": false,
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "移动端预诊h5",
|
|
|
+ "main": "index.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
+ "build": "webpack --config webpack.prod.js",
|
|
|
+ "watch": "webpack --watch",
|
|
|
+ "dev": "webpack-dev-server --open --config webpack.dev.js",
|
|
|
+ "server": "node server.js"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://192.168.2.236:10080/zhouna/preliminary.git"
|
|
|
+ },
|
|
|
+ "author": "zhouna",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "jquery": "^3.4.1",
|
|
|
+ "lodash": "^4.17.11",
|
|
|
+ "vue": "^2.6.10"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "^7.4.5",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.4.4",
|
|
|
+ "@babel/preset-env": "^7.4.5",
|
|
|
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
|
+ "@vue/babel-preset-jsx": "^1.0.0",
|
|
|
+ "autoprefixer": "^9.6.0",
|
|
|
+ "babel-loader": "^8.0.6",
|
|
|
+ "clean-webpack-plugin": "^3.0.0",
|
|
|
+ "css-loader": "^3.0.0",
|
|
|
+ "express": "^4.17.1",
|
|
|
+ "file-loader": "^4.0.0",
|
|
|
+ "html-webpack-plugin": "^3.2.0",
|
|
|
+ "less": "^3.9.0",
|
|
|
+ "less-loader": "^5.0.0",
|
|
|
+ "mini-css-extract-plugin": "^0.7.0",
|
|
|
+ "optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
|
+ "postcss-loader": "^3.0.0",
|
|
|
+ "style-loader": "^0.23.1",
|
|
|
+ "terser-webpack-plugin": "^1.3.0",
|
|
|
+ "uglifyjs-webpack-plugin": "^2.1.3",
|
|
|
+ "vue-loader": "^15.7.0",
|
|
|
+ "vue-template-compiler": "^2.6.10",
|
|
|
+ "webpack": "^4.33.0",
|
|
|
+ "webpack-cli": "^3.3.4",
|
|
|
+ "webpack-dev-middleware": "^3.7.0",
|
|
|
+ "webpack-dev-server": "^3.7.1",
|
|
|
+ "webpack-merge": "^4.2.1",
|
|
|
+ "xml-loader": "^1.2.1"
|
|
|
+ }
|
|
|
+}
|