-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 906 Bytes
/
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
{
"name": "grimity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.64.1",
"@tinymce/tinymce-react": "^5.1.1",
"@types/react-image-crop": "^9.0.2",
"axios": "^1.7.9",
"dompurify": "^3.2.4",
"next": "15.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.15.0",
"react-medium-image-zoom": "^5.2.13",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"sass": "^1.83.1",
"striptags": "^3.2.0",
"swiper": "^11.2.1",
"tinymce": "^7.6.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}