-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
53
54
55
{
"name": "pullup",
"version": "1.0.0",
"description": "Pull up, pop out. Leave a message in space.",
"main": "index.js",
"repository": "https://github.com/tdotholla/pullup.git",
"author": "Kiel H. Byrne",
"license": "MIT",
"private": true,
"scripts": {
"t": "tsc -b",
"dev": "tsc -b && next dev",
"build": "tsc -b && next build",
"start": "tsc -b && next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.4",
"@chakra-ui/system": "^1.7.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@react-google-maps/api": "^2.2.0",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"formidable": "^1.2.2",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"mongodb": "^3.5.9",
"next": "^11.0.1",
"next-auth": "^3.27.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-video-recorder": "^3.18.4",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"vercel": "^23.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/formidable": "^1.2.3",
"@types/google.maps": "^3.45.6",
"@types/mongodb": "^3.6.20",
"@types/node": "^16.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"dotenv": "^10.0.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@babel/core": "7.14.6"
}
}