-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "gauting.live",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"sms": "yarn ts-node utils/sms.ts"
},
"dependencies": {
"@react-hook/window-size": "^3.0.7",
"@types/qs": "^6.9.7",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.4",
"date-fns": "^2.28.0",
"detect-browser": "^5.3.0",
"isomorphic-unfetch": "^3.1.0",
"next": "12.1.4",
"phone": "^3.1.15",
"qs": "^6.10.3",
"react": "18.0.0",
"react-confetti": "^6.0.1",
"react-dom": "18.0.0",
"react-intersection-observer": "^8.33.1",
"react-masonry-css": "^1.0.16",
"react-overlays": "^5.1.1",
"react-transition-group": "^4.4.2",
"sass": "^1.49.11",
"swr": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.23",
"@types/phone": "^2.4.1",
"@types/react": "^17.0.43",
"inquirer": "^8.2.2",
"twilio": "^3.76.1",
"typescript": "^4.6.3",
"vercel": "^24.0.1"
}
}