-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "feedback-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "eslint ./** --fix"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@geist-ui/icons": "^1.0.2",
"@hookform/error-message": "^2.0.0",
"@stitches/react": "^1.2.8",
"date-fns": "^2.28.0",
"firebase": "^9.8.3",
"firebase-admin": "^11.4.1",
"framer-motion": "^6.3.11",
"hamburger-react": "^2.5.0",
"iframe-resizer": "^4.3.2",
"iframe-resizer-react": "^1.1.0",
"inter-ui": "^3.19.3",
"javascript-time-ago": "^2.5.4",
"js-cookie": "^3.0.1",
"next": "^12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.32.1",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.3.3",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.3",
"react-text-loop-next": "^0.0.3",
"react-textarea-autosize": "^8.3.4",
"remark-gfm": "^3.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-plugin-simple-import-sort": "^7.0.0"
}
}