You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
971 B
39 lines
971 B
|
2 months ago
|
{
|
||
|
|
"name": "aistock-wise",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"framer-motion": "^12.0.0",
|
||
|
|
"lucide-react": "^0.460.0",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"recharts": "^2.15.0",
|
||
|
|
"tailwind-merge": "^2.5.0",
|
||
|
|
"zustand": "^5.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@eslint/js": "^9.15.0",
|
||
|
|
"@types/node": "^22.0.0",
|
||
|
|
"@types/react": "^18.3.12",
|
||
|
|
"@types/react-dom": "^18.3.1",
|
||
|
|
"@vitejs/plugin-react": "^4.3.4",
|
||
|
|
"autoprefixer": "^10.4.20",
|
||
|
|
"eslint": "^9.15.0",
|
||
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
||
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
||
|
|
"globals": "^15.12.0",
|
||
|
|
"postcss": "^8.4.49",
|
||
|
|
"tailwindcss": "^3.4.15",
|
||
|
|
"typescript": "~5.6.2",
|
||
|
|
"typescript-eslint": "^8.15.0",
|
||
|
|
"vite": "^6.0.1"
|
||
|
|
}
|
||
|
|
}
|