-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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": "matchup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@aws-amplify/ui-react": "^3.5.9",
"@stripe/stripe-js": "^1.32.0",
"@types/googlemaps": "^3.43.3",
"@types/react-query": "^1.2.9",
"aws-amplify": "^4.3.39",
"aws-sdk": "^2.1162.0",
"dotenv": "^16.0.1",
"maplibre-gl": "^1.15.3",
"maplibre-gl-js-amplify": "^1.6.0",
"moment": "^2.29.4",
"next": "^12.2.1-canary.2",
"next-pwa": "5.5.4",
"node-fetch": "^3.2.6",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-query": "^3.39.1",
"sass": "^1.53.0",
"sharp": "^0.30.7",
"stripe": "^9.11.0",
"ts-node": "^10.8.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"babel-jest": "^28.1.1",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"ts-jest": "^28.0.5",
"typescript": "4.7.4"
}
}