This commit is contained in:
lblblong
2021-10-13 15:55:10 +08:00
parent 1da3199db2
commit e503d77cf5
42 changed files with 16720 additions and 13029 deletions
+38 -41
View File
@@ -1,60 +1,57 @@
{
"name": "nat-utools",
"version": "1.2.3",
"private": true,
"name": "nat-utools-lerna",
"version": "2.0.0",
"description": "",
"homepage": ".",
"author": "lblblong",
"license": "ISC",
"scripts": {
"serve": "craco build && cra-build-watch",
"serve:preload": "cd ./preload && npm run serve",
"serve": "nodemon --watch src -e tsx,scss,ts,css --exec craco build",
"serve:preload": "cd ./packages/preload && npm run serve",
"build": "npm run build:html && npm run build:preload",
"build:html": "rm -rf ./utools/build && craco build && cp -r ./build ./utools",
"build:preload": "cd ./preload && npm run build",
"build:preload": "cd ./packages/preload && npm run build",
"commit": "git-cz"
},
"dependencies": {
"classnames": "^2.2.6",
"global": "^4.4.0",
"ajax-hook": "^2.0.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"history": "^5.0.0",
"lbl-popups": "^1.0.0",
"lbtools": "^2.0.2",
"mobx": "^6.1.0",
"mobx-react": "^7.1.0",
"preload": "link:E:/code/pro/utools/preload",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@craco/craco": "^6.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/js-cookie": "^2.2.6",
"@craco/craco": "^6.3.0",
"@types/localtunnel": "^2.0.1",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/tcp-port-used": "^1.0.0",
"cra-build-watch": "^3.4.0",
"craco-alias": "^2.1.1",
"craco-sass-resources-loader": "^1.1.0",
"env-cmd": "^10.1.0",
"passport": "^0.4.1",
"react-scripts": "4.0.1",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"tslib": "^2.1.0",
"typescript": "^4.0.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"commitizen": "^4.2.4",
"craco-alias": "^3.0.1",
"csstype": "^3.0.9",
"cz-customizable": "^6.3.0",
"react-scripts": "4.0.3",
"sass": "^1.42.1",
"typescript": "^4.1.2",
"utility-types": "^3.10.0",
"utools-helper": "^1.4.6",
"web-vitals": "^0.2.4"
"utools-helper": "^1.4.6"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"jsxSingleQuote": true
},
"browserslist": {
"production": [