-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
48
49
50
51
52
{
"name": "single-fire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"aws-sdk": "^2.1148.0",
"axios": "^0.26.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^6.2.8",
"jwt-decode": "^3.1.2",
"next": "12.1.0",
"next-cookies": "^2.0.3",
"qs": "^6.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-hook-form": "^7.29.0",
"react-slick": "^0.28.1",
"recoil": "^0.6.1",
"slick-carousel": "^1.8.1",
"styled-reset": "^4.3.4",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/draft-js": "^0.11.9",
"@types/draftjs-to-html": "^0.8.1",
"@types/node": "17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "17.0.39",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-slick": "^0.23.8",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.2",
"cookie": "^0.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}