60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"author": "licuizhu <1065490369@qq.com>",
|
|
"scripts": {
|
|
"build": "max build",
|
|
"dev": "max dev",
|
|
"format": "prettier --cache --write .",
|
|
"postinstall": "max setup",
|
|
"prepare": "husky install",
|
|
"setup": "max setup",
|
|
"start": "npm run dev",
|
|
"test": "TS_NODE_TRANSPILE_ONLY=yes jest --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.7.0",
|
|
"@ant-design/pro-components": "^2.0.1",
|
|
"@antv/l7": "^2.12.0",
|
|
"@antv/l7-draw": "^3.1.0",
|
|
"@antv/l7-maps": "^2.12.0",
|
|
"@antv/l7plot": "^0.5.7",
|
|
"@umijs/max": "^4.0.40",
|
|
"antd": "^5.0.0",
|
|
"axios": "^1.3.5",
|
|
"dat.gui": "^0.7.9",
|
|
"gsap": "^3.11.5",
|
|
"mobx": "^6.9.0",
|
|
"mobx-react-lite": "^3.4.3",
|
|
"react-cookies": "^0.1.1",
|
|
"three": "^0.152.2",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13",
|
|
"@types/jest": "^27",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
"husky": "^8.0.3",
|
|
"jest": "^27",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-organize-imports": "^2",
|
|
"prettier-plugin-packagejson": "^2",
|
|
"ts-node": "^10",
|
|
"typescript": "^4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint:css && npm run lint:js && npm run lint:ts",
|
|
"post-merge": "post-npm-install",
|
|
"post-rebase": "post-npm-install"
|
|
}
|
|
},
|
|
"name": "bmw",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT"
|
|
}
|