{ "name": "h5maker", "version": "1.0.0", "description": "h5编辑器", "author": "", "private": true, "scripts": { "dev": "cross-env NODE_ENV=development node build/dev-server.js", "build": "cross-env NODE_ENV=production node build/build.js", "prod": "cross-env NODE_ENV=production node build/build.js", "test": "cross-env NODE_ENV=test node build/build.js", "uat": "cross-env NODE_ENV=uat node build/build.js" }, "dependencies": { "acorn": "^5.1.1", "animate.css": "^3.5.2", "art-template": "^3.0.3", "axios": "^0.15.3", "bluebird": "^3.4.6", "body-parser": "~1.15.2", "browserify": "~ 10.1.3", "cheerio": "^1.0.0-rc.2", "composable-middleware": "^0.3.0", "cookie-parser": "~1.4.3", "cropper": "^4.0.0", "cross-env": "^5.2.0", "debug": "~2.2.0", "ejs": "^2.5.3", "element-ui": "^2.11.0", "express": "~4.14.0", "express-fileupload": "^0.4.0", "express-jwt": "^5.1.0", "fast-json-patch": "^1.1.1", "fastclick": "^1.0.6", "fontmin": "^0.9.7-beta", "formidable": "^1.2.1", "github-markdown-css": "^2.4.1", "hbs": "~4.0.1", "html2canvas": "^1.0.0-alpha.12", "iconv-lite": "~ 0.4.4", "install.js": "^1.0.1", "jquery": "^3.3.1", "jsonwebtoken": "^7.1.9", "jspack": "~ 0.0.3", "less-middleware": "~2.2.0", "lodash": "~ 2.4", "lrz": "^4.9.40", "marked": "^0.3.6", "mint-ui": "^2.2.13", "mkdirp": "^0.5.1", "mocha": "~ 1.18.2", "moment": "^2.15.2", "mongoose": "^5.3.12", "morgan": "~1.7.0", "node": "^10.9.0", "node-uuid": "^1.4.7", "parse-engine-data": "~ 0.1", "pngjs": "3.2.0", "qiniu": "^7.2.1", "qiniu-js": "^2.4.0", "qn": "^1.3.0", "qrcode": "^0.8.1", "request": "^2.88.0", "rimraf": "^2.6.2", "rsvp": "~ 3.0.6", "serve-favicon": "~2.3.0", "should": "~ 3.3.1", "uglify-js": "^2.4.21", "vue": "^2.3.3", "vue-router": "^2.5.3", "vuex": "^2.3.0" }, "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-polyfill": "^6.16.0", "babel-preset-es2015": "^6.0.0", "babel-preset-stage-2": "^6.0.0", "babel-register": "^6.0.0", "chai": "^3.5.0", "chalk": "^1.1.3", "chromedriver": "^2.21.2", "connect-history-api-fallback": "^1.1.0", "cross-spawn": "^4.0.2", "css-loader": "^0.26.1", "eslint": "^3.7.1", "eslint-config-standard": "^6.1.0", "eslint-friendly-formatter": "^2.0.5", "eslint-loader": "^1.5.0", "eslint-plugin-html": "^1.3.0", "eslint-plugin-promise": "*", "eslint-plugin-standard": "^2.0.1", "eventsource-polyfill": "^0.9.6", "express": "^4.13.3", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "function-bind": "^1.0.2", "html-webpack-plugin": "^2.8.1", "http-proxy-middleware": "^0.17.2", "inject-loader": "^2.0.1", "isparta-loader": "^2.0.0", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.2.0", "karma-phantomjs-launcher": "^1.0.0", "karma-sinon-chai": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.26", "karma-webpack": "^1.7.0", "less": "^2.7.1", "less-loader": "^2.2.3", "lolex": "^1.4.0", "mocha": "^3.1.0", "nightwatch": "^0.9.9", "node-sass": "^4.12.0", "normalize.css": "^5.0.0", "opn": "^4.0.2", "ora": "^0.3.0", "phantomjs-prebuilt": "*", "promise-polyfill": "^6.0.2", "sass-loader": "^4.1.1", "selenium-server": "2.53.1", "semver": "^5.3.0", "shelljs": "^0.7.4", "sinon": "^2.2.0", "sinon-chai": "^2.8.0", "url-loader": "^0.5.7", "vue-loader": "^10.0.0", "vue-style-loader": "^1.0.0", "vue-template-compiler": "^2.1.4", "webpack": "^1.13.2", "webpack-dev-middleware": "^1.8.3", "webpack-hot-middleware": "^2.12.2", "webpack-merge": "^0.14.1" } }