-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 918 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 918 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
{
"private": true,
"scripts": {
"build": "spago build",
"//": "",
"examples-icon": "yarn examples-icon:bundle-app && yarn examples-icon:browserify",
"examples-icon:build": "spago --config examples-icon-spago.dhall build",
"examples-icon:bundle-app": "spago --config examples-icon-spago.dhall bundle-app --to examples/icon/dist/bundle.js",
"examples-icon:browserify": "browserify examples/icon/dist/bundle.js -o examples/icon/dist/bundle.js",
"examples-icon:serve": "serve examples/icon/dist"
},
"dependencies": {
"deck.gl": "^8.2.8",
"react": "^16.13.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"bower": "^1.8.8",
"browserify": "^16.5.2",
"create-react-class": "^15.6.3",
"pulp": "^15.0.0",
"purescript-psa": "^0.7.3",
"rbush": "^3.0.1",
"react-dom": "^16.13.1",
"react-map-gl": "^5.2.8"
}
}