38 lines
927 B
JSON
38 lines
927 B
JSON
{
|
|
"name": "dionysian-idle",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"type-check": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --fix ./src",
|
|
"style": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@linaria/core": "^6.3.0",
|
|
"@linaria/react": "^6.3.0",
|
|
"immer": "^10.1.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^22.15.18",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"@wyw-in-js/vite": "^0.6.0",
|
|
"eslint": "^9.27.0",
|
|
"prettier": "3.5.3",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|