-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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": "soup-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@artsy/fresnel": "^3.5.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"axios": "^0.27.2",
"copy-to-clipboard": "^3.3.1",
"immer": "^9.0.15",
"jotai": "^1.7.3",
"next": "12.1.5",
"next-themes": "^0.2.0",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.1",
"react-textarea-autosize": "^8.3.4",
"sharp": "^0.30.7",
"swiper": "^8.3.0"
},
"devDependencies": {
"@types/node": "18.0.4",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"cross-env": "^7.0.3",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"next-sitemap": "^3.1.10",
"typescript": "4.7.4"
}
}