{ "name": "nat-utools-lerna", "version": "2.0.0", "description": "", "homepage": ".", "author": "lblblong", "license": "ISC", "scripts": { "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 ./packages/preload && npm run build", "commit": "git-cz" }, "dependencies": { "ajax-hook": "^2.0.3", "classnames": "^2.3.1", "dayjs": "^1.10.7", "history": "^5.0.0", "lbl-popups": "^1.0.0", "mobx": "^6.3.3", "mobx-react": "^7.2.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@craco/craco": "^6.3.0", "@types/localtunnel": "^2.0.1", "@types/node": "^12.0.0", "@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" }, "config": { "commitizen": { "path": "node_modules/cz-customizable" } }, "prettier": { "semi": false, "singleQuote": true, "tabWidth": 2, "printWidth": 120, "trailingComma": "all", "jsxSingleQuote": true }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }