You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"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.6.1",
|
|
"bootstrap": "^4.1.1",
|
|
"chart.js": "^2.6.0",
|
|
"codemirror": "5.39.0",
|
|
"graceful": "1.0.1",
|
|
"jquery": "^3.3.1",
|
|
"koa": "2.5.1",
|
|
"koa-router": "7.4.0",
|
|
"koa-session": "5.8.1",
|
|
"koa-static": "5.0.0",
|
|
"lodash": "4.17.10",
|
|
"mockjs": "1.0.1-beta3",
|
|
"moment": "2.22.2",
|
|
"node-fetch": "2.1.2",
|
|
"normalizr": "^3.2.4",
|
|
"nprogress": "0.2.0",
|
|
"parsleyjs": "^2.7.2",
|
|
"popper.js": "^1.14.3",
|
|
"prop-types": "15.6.2",
|
|
"react": "16.4.1",
|
|
"react-dom": "16.4.1",
|
|
"react-icons": "2.2.7",
|
|
"react-modal": "3.4.5",
|
|
"react-redux": "5.0.7",
|
|
"react-router": "4.3.1",
|
|
"react-router-config": "1.0.0-beta.4",
|
|
"react-router-dom": "4.3.1",
|
|
"react-router-redux": "5.0.0-alpha.6",
|
|
"redux": "4.0.0",
|
|
"redux-saga": "0.16.0",
|
|
"reselect": "^3.0.1",
|
|
"sortablejs": "1.7.0",
|
|
"urijs": "1.19.1"
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint",
|
|
"globals": [
|
|
"fetch"
|
|
],
|
|
"ignore": [
|
|
"/build"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "7.2.3",
|
|
"node-sass": "4.9.0",
|
|
"npm-run-all": "4.1.3",
|
|
"react-scripts": "1.1.4",
|
|
"standard": "11.0.1"
|
|
}
|
|
}
|