-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 981 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 981 Bytes
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
{
"name": "maplestory-arcane-symbol-calculator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^2.0.0-beta.0",
"@ant-design/cssinjs": "^1.17.2",
"@ant-design/icons": "^5.2.6",
"@ducanh2912/next-pwa": "^9.7.2",
"@next/bundle-analyzer": "^14.0.3",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"antd": "^5.10.3",
"autoprefixer": "10.4.16",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"jotai": "^2.5.0",
"jotai-immer": "^0.2.0",
"next": "^13.5.5",
"next-intl": "^2.21.0",
"postcss": "8.4.31",
"ramda": "^0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.5",
"throttle-debounce": "^5.0.0",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/ramda": "^0.29.7"
}
}