64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "oxygen-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev-host": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"build-test": "vite build --mode testing",
|
|
"clean": "rimraf dist .eslintrc-auto-import.json auto-imports.d.ts",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier --write src/",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"antd": "^5.12.1",
|
|
"axios": "^1.6.2",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.4.3",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"jwt-decode": "^4.0.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"match-sorter": "^6.3.1",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^6.20.1",
|
|
"react-router-dom": "^6.20.1",
|
|
"size-sensor": "^1.0.2",
|
|
"vanilla-tilt": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/core": "^8.1.0",
|
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.10.4",
|
|
"@types/react": "^18.2.42",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
"@typescript-eslint/parser": "^6.13.2",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"jsdom": "^23.0.1",
|
|
"prettier": "^3.1.0",
|
|
"sass": "^1.69.5",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"typescript": "^5.3.3",
|
|
"unplugin-auto-import": "^0.17.2",
|
|
"unplugin-icons": "^0.18.1",
|
|
"vite": "^5.0.6"
|
|
}
|
|
}
|