UNPKG

waft-workbench

Version:

waft workbench

133 lines (132 loc) 4.21 kB
{ "name": "waft-workbench", "version": "1.1.94", "description": "waft workbench", "main": "index.js", "scripts": { "start": "cross-env NODE_ENV=development node scripts/server", "build": "cross-env NODE_ENV=production webpack --config ./scripts/config/webpack.prod.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "npm run lint-eslint && npm run lint-stylelint", "lint-eslint": "eslint -c .eslintrc.js --ext .ts,.tsx,.js src", "lint-stylelint": "stylelint --config .stylelintrc.js src/**/*.{less,css,scss}", "test": "jest" }, "browserslist": [ ">0.2%", "not dead", "ie >= 9", "not op_mini all" ], "lint-staged": { "*.{ts,tsx,js}": [ "eslint --config .eslintrc.js" ], "*.{css,less,scss}": [ "stylelint --config .stylelintrc.js" ], "*.{ts,tsx,js,json,html,yml,css,less,scss,md}": [ "prettier --write" ] }, "keywords": [ "waft", "waft-workbench" ], "author": "aligenie-skill", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.13", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@testing-library/react": "^12.1.0", "@types/classnames": "^2.3.1", "@types/jest": "^27.0.2", "@types/qs": "^6.9.7", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/react-router-dom": "^5.1.8", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "autoprefixer": "^10.2.5", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", "chalk": "^4.1.0", "clean-webpack-plugin": "^3.0.0", "conventional-changelog-cli": "^2.1.1", "copy-webpack-plugin": "^8.1.0", "cross-env": "^7.0.3", "css-loader": "^5.2.0", "css-minimizer-webpack-plugin": "^1.3.0", "detect-port-alt": "^1.1.6", "dotenv-webpack": "^7.0.3", "error-overlay-webpack-plugin": "^0.4.2", "eslint": "^7.22.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-unicorn": "^29.0.0", "fork-ts-checker-webpack-plugin": "^6.2.0", "html-webpack-plugin": "^5.3.1", "husky": "^4.3.8", "ip": "^1.1.5", "is-root": "^2.1.0", "jest": "^27.2.2", "jest-config": "^27.2.2", "less": "^4.1.1", "less-loader": "^10.0.1", "lint-staged": "^10.5.4", "mini-css-extract-plugin": "^1.4.0", "node-sass": "^5.0.0", "postcss": "^8.2.8", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^5.2.0", "postcss-preset-env": "^7.0.0", "prettier": "^2.2.1", "sass-loader": "^11.0.1", "style-loader": "^2.0.0", "stylelint": "^13.12.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^21.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.3.0", "stylelint-order": "^4.1.0", "stylelint-scss": "^3.19.0", "terser-webpack-plugin": "^5.1.1", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "typescript": "^4.2.3", "waft-ws-protocol": "^1.0.4-beta", "webpack": "^5.37.1", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3", "webpackbar": "^5.0.0-3" }, "dependencies": { "@ant-design/icons": "^4.6.4", "@babel/runtime-corejs3": "^7.13.10", "@uiw/react-split": "^5.8.7", "antd": "^4.16.13", "classnames": "^2.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router": "^5.2.1", "react-router-dom": "^5.3.0" }, "resolutions": { "react-error-overlay": "6.0.9" } }