mirror of
https://github.com/Xevion/grain.git
synced 2025-12-05 23:15:08 -06:00
34 lines
781 B
JSON
34 lines
781 B
JSON
{
|
|
"name": "noise",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.13",
|
|
"@use-it/event-listener": "^0.1.7",
|
|
"autoprefixer": "^10.4.13",
|
|
"chance": "^1.1.9",
|
|
"postcss": "^8.4.19",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.56.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"usehooks-ts": "^2.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chance": "^1.1.3",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.2.4",
|
|
"vite-tsconfig-paths": "^3.6.0"
|
|
}
|
|
}
|