-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 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
60
{
"name": "maple-frontend-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3020",
"build": "next build",
"start": "next start -p 3010",
"lint": "next lint",
"pretty": "prettier --write src/"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.4.9",
"@types/qs": "^6.9.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"apexcharts": "^3.44.2",
"autoprefixer": "^10.4.16",
"axios": "^1.12.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.2",
"crypto-js": "^4.2.0",
"d3": "^7.8.5",
"eslint": "^9.26.0",
"eslint-config-next": "^14.2.5",
"next": "^16.1.5",
"next-auth": "^4.24.7",
"next-seo": "^5.15.0",
"node-sass": "^7.0.3",
"openai": "^4.55.1",
"prism-react-renderer": "^1.3.5",
"process": "^0.11.10",
"qs": "^6.14.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.10.4",
"react-bootstrap-icons": "^1.10.2",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-hook-form": "^7.45.4",
"react-responsive": "^9.0.2",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
"simplebar": "^6.2.4",
"simplebar-react": "^3.2.3",
"swr": "^2.1.5",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"yarn": "^1.22.22",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"prettier": "3.1.1"
}
}