-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
66 lines (66 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "module-builder",
"version": "0.1.0",
"private": true,
"homepage": "https://synthetichealth.github.io/module-builder",
"dependencies": {
"bootstrap": "4.3.1",
"brace": "^0.11.1",
"chai": "^4.2.0",
"chai-jquery": "^2.1.0",
"connected-react-router": "^6.5.2",
"file-saver": "^2.0.2",
"history": "^4.9.0",
"jquery": "^3.5.0",
"jsdom": "^15.1.1",
"jsoneditor-react": "^1.0.1",
"lodash": "^4.17.21",
"papaparse": "^5.3.0",
"react": "^16.8.6",
"react-data-grid": "^6.1.0",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-dropdown": "^1.6.4",
"react-dropzone": "^10.1.7",
"react-joyride": "^2.1.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.3",
"react-tooltip": "^3.11.6",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"svg-pan-zoom": "^3.6.0",
"uuid-js": "^0.7.5",
"viz.js": "^1.8.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build-modules": "node scripts/build-modules.js",
"reformat-modules": "node scripts/reformat-modules.js"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"flow-bin": "^0.104.0",
"gh-pages": "^2.1.0",
"riek": "^1.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}