-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "les-detritivores-rework",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.24.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^3.0.1",
"next": "^12.0.7",
"next-superjson": "^0.0.2",
"next-themes": "^0.0.15",
"nprogress": "^0.2.0",
"react": "^18.0.0-beta-4729ff6d1-20211202",
"react-dom": "^18.0.0-beta-4729ff6d1-20211202",
"react-hook-form": "^7.22.2",
"react-html-parser": "^2.0.2",
"react-intersection-observer": "^8.33.1",
"react-reveal": "^1.2.2",
"react-use-keypress": "^1.3.0",
"storyblok-js-client": "^4.1.5",
"styled-components": "^5.3.3",
"superjson": "^1.8.0",
"swr": "^1.1.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/node": "17.0.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-html-parser": "^2.0.2",
"@types/sweetalert": "^2.0.4",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}