-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.35 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "hills-carpal",
"version": "0.1.0",
"private": true,
"scripts": {
"create-db": "MYSQL_FLAGS=\"-CONNECT_WITH_DB\" db-migrate db:create carpal",
"refresh-db": "db-migrate up",
"dev": "EXTERNAL_URL='http://localhost:3000' REACT_APP_UNSAFE_GOD_MODE='true' next dev",
"build:training": "",
"build:prod": "npm run build",
"build": "next build",
"start": "db-migrate up -e auto && next start",
"prepare": "husky install",
"format": "pretty-quick"
},
"engines": {
"node": ">= 16",
"npm": ">= 8"
},
"dependencies": {
"@turf/bbox": "^6.4.0",
"@types/busboy": "^1.5.0",
"auth0": "^3.1.2",
"auth0-js": "^9.16.2",
"bootstrap": "^4.6.0",
"busboy": "^1.6.0",
"db-migrate": "^0.11.12",
"debounce-promise": "^3.1.2",
"email-validator": "^2.0.4",
"formidable": "^1.2.2",
"google-auth-library": "^9.4.1",
"google-spreadsheet": "^4.1.1",
"jwks-rsa": "^3.0.1",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"match-sorter": "^4.2.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mysql2": "^3.6.5",
"next": "^13.5.7",
"next-images": "^1.8.4",
"node-cache": "^5.1.2",
"nodemailer": "^6.6.2",
"react": "^18.2.0",
"react-beforeunload": "^2.5.3",
"react-data-grid": "^7.0.0-beta.20",
"react-data-table-component": "^7.5.3",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^10.2.2",
"react-image-gallery": "^1.2.11",
"react-leaflet": "^4.2.0",
"react-markdown": "^6.0.3",
"react-select": "^5.7.0",
"remark-gfm": "^1.0.0",
"sns-validator": "^0.3.4",
"styled-components": "^5.3.6",
"turf-linestring": "^1.0.2"
},
"devDependencies": {
"@types/auth0": "^2.33.3",
"@types/auth0-js": "^9.14.4",
"@types/debounce-promise": "^3.1.4",
"@types/email-validator": "^1.0.6",
"@types/formidable": "^1.2.2",
"@types/leaflet": "^1.9.0",
"@types/lodash": "^4.14.170",
"@types/match-sorter": "^4.0.0",
"@types/moment-timezone": "^0.5.30",
"@types/mysql": "^2.15.18",
"@types/node-cache": "^4.2.5",
"@types/node-fetch": "^2.5.10",
"@types/nodemailer": "^6.4.2",
"@types/sns-validator": "^0.3.0",
"db-migrate-mysql": "^3.0.0",
"husky": "^8.0.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.4"
}
}