-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.58 KB
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
{
"name": "sim-client",
"version": "0.1.0",
"private": true,
"homepage": "./",
"main": "src/electron-starter.js",
"description": "revolver simulation client",
"author": "revolver team",
"devDependencies": {
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"electron": "^1.7.9",
"electron-builder": "^19.47.1",
"mocha": "^3.2.0",
"react-scripts": "0.7.0",
"remote-redux-devtools": "^0.5.12"
},
"dependencies": {
"d3": "^3.5.17",
"download-csv": "^1.1.1",
"electron-is-dev": "^0.3.0",
"fixed-data-table": "^0.6.3",
"graphlib": "^2.1.1",
"immutable": "3.8.1",
"json2csv": "^3.7.3",
"memoize-immutable": "^3.0.0",
"memoizee": "^0.4.11",
"random-seed": "^0.3.0",
"rd3": "^0.8.0",
"react": "^15.6.2",
"react-dom": "^15.4.2",
"react-dropdown": "^1.2.5",
"react-google-charts": "^1.5.5",
"react-graph-vis": "^0.1.1",
"react-modal": "^2.0.6",
"react-redux": "^5.0.3",
"react-sigma": "^1.2.17",
"react-vis-force": "^0.1.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"pack": "build --dir",
"dist": "npm run build && build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test2": "react-scripts test",
"eject": "react-scripts eject",
"electron": "electron .",
"test-win": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive"
},
"build": {
"appId": "com.electron.xresim",
"directories": {
"buildResources": "public"
}
}
}