-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "otapix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.7",
"@types/lodash": "^4.14.184",
"@types/react-infinite-scroller": "^1.2.3",
"@types/uuid": "^8.3.4",
"firebase": "^9.9.2",
"lodash": "^4.17.21",
"next": "12.2.4",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.1",
"react-icons": "^4.4.0",
"react-infinite-scroller": "^1.2.6",
"react-loader-spinner": "^5.1.7-beta.1",
"react-loading-skeleton": "^3.1.0",
"react-modal": "^3.15.1",
"react-tilt": "^0.1.4",
"react-toastify": "^9.0.8",
"recoil": "^0.7.5",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.7.1",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.1",
"prettier": "2.7.1",
"typescript": "^4.8.2"
}
}