-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1017 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1017 Bytes
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
{
"name": "re-analyzer",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npm_config_re2_download_mirror=https://github.com/uhop/node-re2/releases/download/1.17.7",
"postinstall": "python3 -m pip install setuptools",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mapbox/mapbox-sdk": "^0.16.2",
"axios": "^1.12.2",
"cheerio": "^1.0.0-rc.10",
"date-fns": "^2.16.1",
"express": "^4.17.1",
"get-urls": "^10.0.0",
"gray-matter": "^4.0.2",
"html2canvas": "^1.0.0-rc.7",
"lodash": "^4.17.21",
"mapbox-gl": "^1.12.0",
"next": "^15.5.4",
"node-fetch": "^2.6.7",
"object-path": "^0.11.8",
"re2": "^1.17.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"request": "^2.88.2",
"ssri": "^8.0.1",
"trim-newlines": "^4.0.2",
"url-regex-safe": "^4.0.0"
}
}