-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "test_production",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/react": "^4.1.1",
"@nextui-org/react": "^2.3.6",
"axios": "^1.6.8",
"framer-motion": "^11.1.7",
"jotai": "^2.8.0",
"js-cookie": "^3.0.5",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-sortable-hoc": "^2.0.0",
"sweetalert2": "^11.10.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"react-sortable-hoc": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
},
"resolutions": {}
}