-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "studapp",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/input": "^2.4.8",
"@nextui-org/progress": "^2.2.6",
"@nextui-org/react": "^2.6.11",
"@nextui-org/select": "^2.4.9",
"@nextui-org/skeleton": "^2.2.5",
"@nextui-org/spinner": "^2.2.6",
"@nextui-org/system": "^2.4.6",
"@nextui-org/theme": "^2.4.5",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-devtools": "^5.62.15",
"@types/js-cookie": "^3.0.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"fa-icons": "^0.2.0",
"framer-motion": "^11.17.0",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"next": "^15.1.4",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-select": "^5.9.0",
"regexp": "^1.0.0",
"sass": "^1.83.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint-config-next": "15.1.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}