-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 958 Bytes
/
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
{
"name": "fastfeedback",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "NODE_OPTIONS='--inspect' next dev"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"date-fns": "^2.16.1",
"firebase": "^8.0.2",
"firebase-admin": "^9.4.1",
"framer-motion": "^2.9.4",
"next": "10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.11.3",
"swr": "^0.3.9"
},
"description": "react2025",
"main": "index.js",
"repository": "git+ssh://git@github.com/RickRyan26/fastfeedback.git",
"author": "RickRyan26 <rickryan26@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RickRyan26/fastfeedback/issues"
},
"homepage": "https://github.com/RickRyan26/fastfeedback#readme"
}