Init repo

This commit is contained in:
Xevion
2022-11-24 19:13:02 -06:00
commit 7298ae0945
9 changed files with 1487 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "noise",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@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/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"
}
}