-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@supabase/supabase-js": "^2.26.0",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"eslint-config-next": "^14.2.3",
"lucide-react": "^0.381.0",
"next": "^14.2.3",
"primeicons": "^7.0.0",
"primereact": "^9.6.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"autoprefixer": "^10.4.14",
"babel-plugin-styled-components": "^2.1.4",
"daisyui": "^3.6.4",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}