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.
rap2-dolores/package.json

133 lines
3.6 KiB
JSON

7 years ago
{
"name": "rap2-dolores",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "npm run start",
6 years ago
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
7 years ago
"start-js": "react-scripts start",
6 years ago
"start": "npm-run-all -p watch-css start-js --max-old-space-size=4096",
"build": "npm run lint && npm run build-css && react-scripts build",
"test-backup": "npm run lint && react-scripts test --env=jsdom",
"test": "npm run lint",
7 years ago
"eject": "react-scripts eject",
6 years ago
"lint": "tslint --project ./ -c tslint.json"
7 years ago
},
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:thx/rap2-dolores.git"
},
"author": "mozhi.gyy@alibaba-inc.com",
"license": "ISC",
"dependencies": {
6 years ago
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/pickers": "^3.1.2",
"@material-ui/styles": "^4.2.0",
"@types/json5": "^0.0.30",
6 years ago
"animate.css": "3.7.2",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
6 years ago
"codemirror": "5.48.0",
"connected-react-router": "^6.5.0",
"debounce-promise": "^3.1.2",
"formik": "^1.5.7",
"formik-material-ui": "^0.0.19",
"graceful": "1.0.2",
"history": "^4.9.0",
"jquery": "^3.4.1",
"json5": "^2.1.0",
6 years ago
"koa": "2.7.0",
"koa-router": "7.4.0",
6 years ago
"koa-session": "5.12.2",
"koa-static": "5.0.0",
6 years ago
"lodash": "4.17.13",
7 years ago
"mockjs": "1.0.1-beta3",
6 years ago
"moment": "2.24.0",
"node-fetch": "2.6.0",
"normalizr": "^3.4.0",
"notistack": "^0.8.9",
7 years ago
"nprogress": "0.2.0",
6 years ago
"parsleyjs": "^2.9.1",
"popper.js": "^1.15.0",
"prop-types": "15.7.2",
"rc-tooltip": "^3.7.3",
6 years ago
"react": "^16.8.6",
"react-dom": "^16.8.6",
5 years ago
"react-hotkeys": "^2.0.0",
6 years ago
"react-icons": "3.7.0",
"react-modal": "3.8.2",
"react-redux": "^7.1.0",
"react-router": "5.0.1",
"react-router-config": "5.0.1",
"react-router-dom": "5.0.1",
"react-select": "^3.0.4",
"redux": "4.0.3",
"redux-saga": "1.0.5",
"reselect": "^4.0.0",
"sortablejs": "1.9.0",
"urijs": "1.19.1",
"yup": "^0.27.0"
7 years ago
},
"standard": {
"parser": "babel-eslint",
"globals": [
"fetch"
],
"ignore": [
"/build"
]
},
"devDependencies": {
6 years ago
"@types/chart.js": "^2.7.55",
"@types/classnames": "^2.2.9",
"@types/codemirror": "^0.0.76",
"@types/history": "^4.7.2",
"@types/jest": "^24.0.15",
"@types/jquery": "^3.3.30",
"@types/lodash": "^4.14.136",
"@types/mockjs": "^1.0.2",
"@types/node": "^12.6.2",
"@types/nprogress": "^0.2.0",
"@types/rc-tooltip": "^3.7.1",
6 years ago
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-modal": "^3.8.2",
"@types/react-redux": "^7.1.1",
"@types/react-router-config": "^5.0.0",
"@types/react-router-dom": "^4.3.4",
"@types/react-select": "^3.0.0",
"@types/sortablejs": "^1.7.2",
"@types/urijs": "^1.19.3",
"@types/yup": "^0.26.21",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"pre-commit": "^1.2.2",
"react-scripts": "^3.0.1",
"standard": "12.0.1",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.1.1",
"typescript": "^3.5.3"
},
"pre-commit": [
"lint"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
7 years ago
}
}