-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
{
"name": "mesa-viz",
"homepage": "https://github.com/corvince/mesa_viz",
"repository": {
"url": "https://github.com/corvince/mesa_viz",
"type": "git"
},
"scripts": {
"watch": "parcel watch ./src/tuya/index_template.html --dist-dir ./src/mesa_viz/ --public-url ./src/mesa_viz/",
"serve": "parcel serve ./src/tuya/index_template.html --dist-dir ./src/mesa_viz/ --public-url ./src/mesa_viz/",
"build": "parcel build ./src/tuya/index_template.html --dist-dir ./src/mesa_viz/ --public-url ./src/mesa_viz/",
"run-example": "python ./examples/schelling_side_by_side/run.py",
"start": "concurrently npm:watch npm:run-example"
},
"dependencies": {
"@giantmachines/redux-websocket": "^1.4.0",
"@reduxjs/toolkit": "^1.5.0",
"@types/lodash-es": "^4.17.4",
"@types/lodash": "^4.14.165",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.12",
"@types/websocket": "^1.0.1",
"concurrently": "^5.3.0",
"hybrids": "^4.3.3",
"lodash-es": "^4.17.15",
"parcel": "^2.0.0-beta.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-use-websocket": "^2.2.0",
"react-vega": "^7.4.2",
"react": "^17.0.1",
"redux": "^4.0.5",
"rmwc": "^6.1.4",
"tslib": "^2.0.3",
"vega-embed": "^6.14.2",
"vega-lite": "^4.17.0",
"vega-util": "^1.16.0",
"vega": "^5.17.3",
"web-vitals": "^0.2.4"
},
"description": "",
"version": "0.1.0",
"author": "",
"license": "Apache-2.0",
"browserslist": "> 0.2%"
}