2015-09-02 17:34:06 +08:00
|
|
|
{
|
|
|
|
"name": "doracms",
|
2017-11-15 18:29:01 +08:00
|
|
|
"version": "2.0.2",
|
2017-09-09 20:59:44 +08:00
|
|
|
"description": "基于nodejs,express,vue2 内容管理系统.",
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"vuex",
|
|
|
|
"vue-router",
|
|
|
|
"webpack",
|
|
|
|
"server-side"
|
|
|
|
],
|
|
|
|
"author": "dora <admin@html-js.cn>",
|
|
|
|
"license": "MIT",
|
2015-09-02 17:34:06 +08:00
|
|
|
"scripts": {
|
2017-11-22 08:59:57 +08:00
|
|
|
"init": " node build/restore",
|
|
|
|
"dump": " node build/dump",
|
2017-09-09 20:59:44 +08:00
|
|
|
"dev": "npm run static && cross-env NODE_ENV=development MICRO_CACHE=true node ./server",
|
2017-11-22 08:59:57 +08:00
|
|
|
"start": "npm run static && cross-env NODE_ENV=development MICRO_CACHE=true node ./server",
|
2017-09-09 20:59:44 +08:00
|
|
|
"build": "npm run static && npm run build:client && npm run build:server",
|
|
|
|
"build:client": "cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
|
|
|
|
"build:server": "cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules",
|
|
|
|
"static": "node ./build/copy"
|
2015-09-02 17:34:06 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-09-09 20:59:44 +08:00
|
|
|
"archiver": "^1.3.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"axios": "^0.16.2",
|
2017-11-15 18:29:01 +08:00
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
"compression": "^1.7.1",
|
2017-09-09 20:59:44 +08:00
|
|
|
"connect-mongo": "^1.3.2",
|
|
|
|
"cookie-parser": "^1.4.3",
|
2017-11-22 08:59:57 +08:00
|
|
|
"cross-env": "^5.1.1",
|
2017-09-09 20:59:44 +08:00
|
|
|
"crypto": "0.0.3",
|
2017-11-22 08:59:57 +08:00
|
|
|
"crypto-js": "^3.1.9-1",
|
|
|
|
"ejs": "^2.5.7",
|
|
|
|
"element-ui": "^2.0.4",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"express-http-proxy": "^1.1.0",
|
|
|
|
"express-session": "^1.15.6",
|
2017-09-09 20:59:44 +08:00
|
|
|
"font-awesome": "^4.7.0",
|
|
|
|
"formidable": "^1.1.1",
|
2017-11-22 08:59:57 +08:00
|
|
|
"iconv-lite": "^0.4.19",
|
|
|
|
"js-cookie": "^2.2.0",
|
2017-09-09 20:59:44 +08:00
|
|
|
"lodash": "^4.17.4",
|
2017-11-15 18:29:01 +08:00
|
|
|
"log4js": "^2.3.12",
|
2017-11-22 08:59:57 +08:00
|
|
|
"lru-cache": "^4.1.1",
|
2017-09-09 20:59:44 +08:00
|
|
|
"md5": "^2.2.1",
|
2017-11-22 08:59:57 +08:00
|
|
|
"moment": "^2.19.2",
|
|
|
|
"mongoose": "^4.13.3",
|
|
|
|
"morgan": "^1.9.0",
|
|
|
|
"nodemailer": "^4.4.0",
|
2017-09-09 20:59:44 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"serve-favicon": "^2.4.5",
|
|
|
|
"shelljs": "^0.7.8",
|
2017-09-09 20:59:44 +08:00
|
|
|
"shortid": "^2.2.8",
|
2017-11-22 08:59:57 +08:00
|
|
|
"store2": "^2.5.9",
|
2017-11-06 17:53:48 +08:00
|
|
|
"trek-captcha": "^0.4.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"ueditor": "^1.2.3",
|
|
|
|
"validator": "^7.2.0",
|
|
|
|
"vue": "^2.5.4",
|
|
|
|
"vue-meta": "^1.3.1",
|
|
|
|
"vue-router": "^2.8.1",
|
|
|
|
"vue-server-renderer": "^2.5.4",
|
2017-09-09 20:59:44 +08:00
|
|
|
"vue-ssr-html-stream": "^2.2.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"vue-template-compiler": "^2.5.4",
|
|
|
|
"vuex": "^2.5.0",
|
|
|
|
"vuex-router-sync": "^4.3.2"
|
2017-09-09 20:59:44 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^7.1.0",
|
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.2",
|
2017-11-22 08:59:57 +08:00
|
|
|
"babel-loader": "^7.0.0",
|
2017-09-09 20:59:44 +08:00
|
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
2017-09-09 20:59:44 +08:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"babel-plugin-transform-vue-jsx": "^3.4.3",
|
2017-09-09 20:59:44 +08:00
|
|
|
"babel-preset-env": "^1.4.0",
|
2017-11-22 08:59:57 +08:00
|
|
|
"babel-preset-es2015": "^6.13.2",
|
2017-09-09 20:59:44 +08:00
|
|
|
"babel-runtime": "^6.20.0",
|
|
|
|
"browserslist": "^2.1.2",
|
|
|
|
"connect-multiparty": "^2.0.0",
|
|
|
|
"copy-webpack-plugin": "^4.0.0",
|
|
|
|
"css-loader": "^0.28.1",
|
2017-11-22 08:59:57 +08:00
|
|
|
"eslint": "^4.11.0",
|
2017-09-09 20:59:44 +08:00
|
|
|
"eslint-config-lcy-vue": "^1.0.6",
|
|
|
|
"eventsource-polyfill": "^0.9.6",
|
|
|
|
"extract-text-webpack-plugin": "^2.0.0",
|
|
|
|
"file-loader": "^0.11.1",
|
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
|
|
"html-webpack-plugin": "^2.28.0",
|
|
|
|
"http-proxy-middleware": "^0.17.4",
|
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"less": "^2.7.2",
|
|
|
|
"less-loader": "^4.0.3",
|
2017-11-22 08:59:57 +08:00
|
|
|
"node-sass": "^4.5.0",
|
2017-09-09 20:59:44 +08:00
|
|
|
"postcss-loader": "^2.0.5",
|
|
|
|
"rimraf": "^2.6.1",
|
2017-11-22 08:59:57 +08:00
|
|
|
"sass-loader": "^6.0.3",
|
|
|
|
"scss-loader": "0.0.1",
|
2017-09-09 20:59:44 +08:00
|
|
|
"serialize-javascript": "^1.3.0",
|
|
|
|
"style-loader": "^0.17.0",
|
|
|
|
"sw-precache-webpack-plugin": "^0.11.0",
|
|
|
|
"url-loader": "^0.5.7",
|
|
|
|
"vue-loader": "^12.0.4",
|
|
|
|
"vue-ssr-webpack-plugin": "^3.0.0",
|
|
|
|
"webpack": "^2.5.1",
|
|
|
|
"webpack-dev-middleware": "^1.10.2",
|
|
|
|
"webpack-hot-middleware": "^2.18.0",
|
|
|
|
"webpack-merge": "^4.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
2017-11-06 17:53:48 +08:00
|
|
|
"node": "8.x"
|
2015-09-02 17:34:06 +08:00
|
|
|
}
|
2017-11-22 08:59:57 +08:00
|
|
|
}
|