{ "name": "davinci-webapp", "version": "0.3.0", "description": "Davinci Web Application", "repository": { "type": "git", "url": "https://github.com/edp963/davinci" }, "engines": { "npm": ">=5", "node": ">=8.15.1" }, "license": "Apache-2.0", "scripts": { "analyze:clean": "rimraf stats.json", "preanalyze": "npm run analyze:clean", "analyze": "node ./internals/scripts/analyze.js", "extract-intl": "node ./internals/scripts/extract-intl.js", "npmcheckversion": "node ./internals/scripts/npmcheckversion.js", "preinstall": "npm run npmcheckversion", "prebuild": "npm run build:clean", "build:prod": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.dv.babel.js --color -p --progress --hide-modules --display-optimization-bailout", "build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout", "build:clean": "rimraf ./build", "dev": "cross-env NODE_ENV=development webpack --config internals/webpack/webpack.dev.babel.js", "start": "cross-env NODE_ENV=development node server", "start:production": "npm run test && npm run build && npm run start:prod", "start:prod": "cross-env NODE_ENV=production node server", "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean", "lint": "npm run lint:ts", "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts", "lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix", "lint:js": "npm run lint:eslint -- . ", "lint:ts": "npm run lint:tslint", "lint:tslint": "tslint --config ./tslint.json --project ./tsconfig.json", "lint:staged": "lint-staged", "pretest": "npm run test:clean", "test:clean": "rimraf ./coverage", "test": "cross-env NODE_ENV=test jest --coverage", "test:watch": "cross-env NODE_ENV=test jest --watchAll", "coveralls": "cat ./coverage/lcov.info | coveralls", "prettify": "prettier --write" }, "lint-staged": { "*.js": [ "npm run lint:eslint:fix", "git add --force" ], "*.json": [ "prettier --write", "git add --force" ], "*.ts": "npm run lint:tslint", "*.tsx": "npm run lint:tslint" }, "pre-commit": "lint:staged", "resolutions": { "babel-core": "7.0.0-bridge.0" }, "dependencies": { "ace-builds": "^1.4.9", "antd": "^3.26.15", "axios": "^0.19.0", "bootstrap-datepicker": "^1.8.0", "chalk": "2.4.2", "classnames": "^2.2.6", "codemirror": "^5.49.0", "compression": "1.7.4", "connected-react-router": "6.5.2", "core-js": "^3.6.5", "cross-env": "5.2.0", "echarts": "^4.7.0", "echarts-wordcloud": "^1.1.3", "escape-html": "^1.0.3", "express": "4.16.4", "history": "4.9.0", "hoist-non-react-statics": "3.3.0", "html2canvas": "^1.0.0-rc.5", "immer": "^4.0.2", "immutable": "^4.0.0-rc.12", "intersection-observer": "^0.11.0", "intl": "1.2.5", "invariant": "2.2.4", "ip": "1.1.5", "lodash": "4.17.19", "memoize-one": "^5.0.0", "minimist": "1.2.3", "moment": "^2.24.0", "prop-types": "15.6.2", "react": "16.8.6", "react-ace": "^8.1.0", "react-color": "^2.17.3", "react-dnd": "^9.4.0", "react-dnd-html5-backend": "^9.4.0", "react-dom": "16.8.6", "react-draggable": "4.2.0", "react-grid-layout": "0.17.1", "react-helmet": "5.2.0", "react-hot-loader": "^4.12.17", "react-intl": "2.8.0", "react-redux": "7.1.3", "react-router": "5.1.2", "react-router-dom": "5.1.2", "react-split-pane": "^0.1.85", "react-use": "^13.27.1", "redux": "4.0.4", "redux-saga": "1.1.3", "redux-undo": "1.0.0-beta9-9-7", "reselect": "4.0.0", "reveal.js": "^4.1.0", "slate": "^0.57.1", "slate-history": "^0.57.1", "slate-hyperscript": "^0.57.1", "slate-react": "^0.57.1", "three": "^0.101.1", "ua-parser-js": "^0.7.20", "warning": "4.0.2" }, "devDependencies": { "@babel/cli": "7.4.3", "@babel/core": "7.4.3", "@babel/plugin-proposal-class-properties": "7.4.0", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.4.3", "@babel/plugin-transform-react-constant-elements": "7.2.0", "@babel/plugin-transform-react-inline-elements": "7.2.0", "@babel/preset-env": "7.9.5", "@babel/preset-react": "7.9.4", "@babel/preset-typescript": "7.9.0", "@babel/register": "7.9.0", "@testing-library/jest-dom": "4.2.3", "@testing-library/react": "^11.0.4", "@types/classnames": "^2.2.9", "@types/codemirror": "^0.0.80", "@types/echarts": "4.4.1", "@types/jest": "^26.0.13", "@types/lodash": "^4.14.147", "@types/memoize-one": "^4.1.0", "@types/react": "16.9.11", "@types/react-color": "^3.0.1", "@types/react-dom": "16.9.4", "@types/react-grid-layout": "^0.16.7", "@types/react-helmet": "5.0.14", "@types/react-intl": "2.3.18", "@types/react-redux": "7.1.5", "@types/react-router-dom": "5.1.2", "@types/three": "^0.93.22", "@types/webpack": "^4.4.2", "@types/webpack-env": "^1.13.6", "add-asset-html-webpack-plugin": "3.1.3", "autoprefixer": "^9.7.6", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-jest": "^26.3.0", "babel-loader": "8.0.5", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-import": "^1.12.0", "babel-plugin-lodash": "3.3.4", "babel-plugin-react-intl": "3.0.1", "babel-plugin-react-transform": "3.0.0", "babel-plugin-transform-imports": "^2.0.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "case-sensitive-paths-webpack-plugin": "^2.2.0", "circular-dependency-plugin": "5.0.2", "compare-versions": "3.4.0", "compression-webpack-plugin": "2.0.0", "coveralls": "3.0.3", "css-loader": "2.1.1", "eslint": "6.6.0", "eslint-config-prettier": "4.1.0", "eslint-config-standard": "14.1.0", "eslint-config-standard-react": "9.2.0", "eslint-import-resolver-webpack": "0.11.1", "eslint-plugin-import": "2.18.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "10.0.0", "eslint-plugin-prettier": "3.0.1", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.16.0", "eslint-plugin-react-hooks": "^2.5.1", "eslint-plugin-redux-saga": "1.0.0", "eslint-plugin-standard": "4.0.1", "file-loader": "3.0.1", "fork-ts-checker-webpack-plugin": "^3.1.0", "happypack": "^5.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "http-proxy-middleware": "^0.19.1", "image-webpack-loader": "^4.6.0", "imports-loader": "0.8.0", "jest": "^26.4.2", "less": "^3.10.3", "less-loader": "^5.0.0", "lint-staged": "8.1.5", "null-loader": "0.1.1", "postcss-loader": "^3.0.0", "pre-commit": "1.2.2", "prettier": "^2.0.4", "react-test-renderer": "16.8.6", "redux-saga-test-plan": "^4.0.0-rc.3", "rimraf": "2.6.3", "shelljs": "0.8.3", "style-loader": "0.23.1", "svg-url-loader": "2.3.2", "terser-webpack-plugin": "^1.2.3", "ts-jest": "^26.3.0", "ts-node": "^7.0.0", "tsconfig-paths": "^3.4.1", "tsconfig-paths-webpack-plugin": "^3.2.0", "tslint": "5.11.0", "tslint-loader": "3.5.4", "tslint-react": "3.6.0", "typescript": "^4.0.2", "url-loader": "1.1.2", "webpack": "4.43.0", "webpack-bundle-analyzer": "^3.6.1", "webpack-cli": "3.3.0", "webpack-dev-middleware": "3.6.2", "webpack-hot-middleware": "2.24.3" } }