{ "name": "nat-utools", "version": "2.0.1", "description": "", "homepage": ".", "author": "lblblong", "license": "ISC", "scripts": { "serve": "vite build -w", "serve:preload": "cd ./packages/preload && npm run serve", "build": "npm run build:html && npm run build:preload", "build:html": "rm -rf ./utools/build && vite build && cp -r ./build ./utools", "build:preload": "cd ./packages/preload && npm run build", "commit": "git-cz" }, "dependencies": { "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": { "@types/localtunnel": "^2.0.1", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^1.0.7", "commitizen": "^4.2.4", "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", "vite": "^2.6.13" }, "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" ] } }