-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.58 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.58 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
61
62
{
"name": "3d-fe",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "git-cz"
},
"dependencies": {
"@react-three/drei": "^9.78.1",
"@react-three/fiber": "^8.13.4",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@types/node": "20.2.3",
"@types/react": "18.2.8",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"aws-sdk": "^2.1406.0",
"axios": "^1.4.0",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"next": "13.4.3",
"postcss": "8.4.23",
"postcss-preset-env": "^8.5.0",
"react": "18.2.0",
"react-datepicker": "^4.12.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-query-devtools": "^2.6.3",
"react-redux": "^8.0.5",
"sweetalert2": "^11.7.12",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^10.0.3",
"tailwindcss": "3.3.2",
"three": "^0.154.0",
"typescript": "5.1.3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"useEmoji": true
}
},
"devDependencies": {
"@types/three": "^0.153.0",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"cz-git": "^1.6.1",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.3.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}