1
0
cvsa/packages/palette/package.json

41 lines
1.0 KiB
JSON

{
"name": "plaette",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 8832",
"build": "tsc -b && vite build",
"preview": "vite preview --port 8832"
},
"dependencies": {
"@material/material-color-utilities": "^0.3.0",
"@primereact/types": "^11.0.0-alpha.1",
"@primeuix/themes": "^1.2.5",
"culori": "^4.0.2",
"jotai": "^2.15.0",
"lucide-react": "^0.544.0",
"motion": "^12.23.22",
"primereact": "11.0.0-alpha.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@unocss/preset-wind4": "^66.5.2",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"unocss": "^66.5.2",
"vite": "^7.1.7"
}
}