-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1006 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1006 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": "shiny-map",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --public-url ./",
"prebuild": "node ./build/clean.js",
"build": "parcel build --public-url ./",
"serve": "node ./backend/index.js"
},
"source": [
"src/index.html",
"src/typhoon.html"
],
"author": "",
"license": "MIT",
"dependencies": {
"@sentry/browser": "^7.7.0",
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"ol": "^5.3.3",
"puppeteer": "^13.1.1"
},
"devDependencies": {
"@types/openlayers": "^4.6.18",
"babel-core": "^6.26.3",
"parcel": "^2.7.0",
"parcel-resolver-ignore": "^2.1.3",
"process": "^0.11.10"
},
"parcelIgnore": [
"data/images/.+"
]
}