mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
74 lines
1.5 KiB
JSON
74 lines
1.5 KiB
JSON
{
|
|
"name": "spendia",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts.backup": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"husky-prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"next": "^13.2.4",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-google-charts": "^4.0.0",
|
|
"styled-components": "^5.3.9",
|
|
"zustand": "^4.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"babel-plugin-styled-components": "^2.0.7",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.2.0"
|
|
},
|
|
"resolutions": {
|
|
"styled-components": "^5"
|
|
},
|
|
"babel": {
|
|
"env": {
|
|
"development": {
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"styled-components",
|
|
{
|
|
"ssr": true,
|
|
"displayName": true
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"production": {
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"styled-components",
|
|
{
|
|
"ssr": true,
|
|
"displayName": false
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|