{ "name": "rap2-dolores", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "dev": "npm run start", "build-css": "node-sass src/ -o src/", "watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive", "start-js": "react-scripts start", "start": "npm-run-all -p watch-css start-js", "build": "npm run build-css && react-scripts build", "test-backup": "npm run linter && react-scripts test --env=jsdom", "test": "npm run linter", "eject": "react-scripts eject", "linter": "standard --fix" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:thx/rap2-dolores.git" }, "author": "mozhi.gyy@alibaba-inc.com", "license": "ISC", "dependencies": { "animate.css": "3.5.2", "bootstrap": "^4.0.0-beta.2", "chart.js": "^2.6.0", "codemirror": "5.27.2", "graceful": "1.0.1", "koa": "2.3.0", "koa-router": "7.2.1", "koa-session": "5.3.0", "koa-static": "3.0.0", "lodash": "4.17.4", "mockjs": "1.0.1-beta3", "moment": "2.22.1", "node-fetch": "1.7.1", "nprogress": "0.2.0", "parsleyjs": "^2.7.2", "prop-types": "15.5.10", "react": "15.6.1", "react-dom": "15.6.1", "react-icons": "2.2.5", "react-modal": "2.1.0", "react-redux": "5.0.5", "react-router": "4.1.1", "react-router-config": "1.0.0-beta.3", "react-router-dom": "4.1.1", "react-router-redux": "5.0.0-alpha.6", "redux": "3.7.1", "redux-saga": "0.15.4", "sortablejs": "1.6.0", "urijs": "1.18.10" }, "standard": { "parser": "babel-eslint", "globals": [ "fetch" ], "ignore": [ "/build" ] }, "engines": { "install-node": "8.9.3" }, "devDependencies": { "babel-eslint": "7.2.3", "node-sass": "4.5.3", "npm-run-all": "4.0.2", "pre-commit": "1.2.2", "react-scripts": "0.9.5", "standard": "10.0.2" } }