85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"name": "oxygen-ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0-SNAPSHOT",
|
|
"description": "Oxygen Toolbox browser version",
|
|
"author": {
|
|
"name": "FatttSnake",
|
|
"email": "fatttsnake@fatweb.top",
|
|
"url": "https://fatweb.top"
|
|
},
|
|
"homepage": "https://tool.fatweb.top",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev-host": "vite --host 0.0.0.0",
|
|
"build": "vite build && npm run typecheck",
|
|
"build:package": "npm run build && bash package.sh ${npm_package_version}",
|
|
"build-test": "vite build --mode testing && npm run typecheck",
|
|
"typecheck": "tsc",
|
|
"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.3.7",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@marsidev/react-turnstile": "^0.7.1",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"antd": "^5.18.1",
|
|
"axios": "^1.7.2",
|
|
"custom-protocol-check": "^1.4.0",
|
|
"dayjs": "^1.11.11",
|
|
"echarts": "^5.5.0",
|
|
"esbuild-wasm": "^0.21.5",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fflate": "^0.8.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"match-sorter": "^6.3.4",
|
|
"moment": "^2.30.1",
|
|
"monaco-editor": "^0.49.0",
|
|
"monaco-jsx-syntax-highlight": "^1.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-draggable": "^4.4.6",
|
|
"react-router": "^6.23.1",
|
|
"react-router-dom": "^6.23.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.7",
|
|
"@types/lodash": "^4.17.5",
|
|
"@types/node": "^20.14.2",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
"@typescript-eslint/parser": "^7.13.0",
|
|
"@typescript/ata": "^0.9.6",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-love": "^52.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.2.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"jsdom": "^24.1.0",
|
|
"prettier": "^3.3.2",
|
|
"sass": "^1.77.5",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"typescript": "^5.4.5",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-icons": "^0.19.0",
|
|
"vite": "^5.2.13"
|
|
}
|
|
}
|