color-q/package.json
2025-02-10 16:17:59 +08:00

46 lines
1.2 KiB
JSON

{
"name": "color-lab",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@iconify/react": "^5.1.0",
"clsx": "^2.1.1",
"color-module": "./color_functions",
"dayjs": "^1.11.13",
"jotai": "^2.11.0",
"lodash-es": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-router-dom": "^7.1.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.6.0",
"sanitize.css": "^13.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-transition-group": "^4.4.12",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"lightningcss": "^1.28.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}