-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "munta-frontend2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glennsl/bs-json": "^3.0.0",
"acorn": "^6.4.2",
"ajv": "^6.12.6",
"bn.js": "^4.11.9",
"bs-bn.js": "0.0.2",
"bs-fetch": "^0.3.1",
"bs-platform": "^5.2.1",
"bs-react-dropzone": "^0.3.3",
"bs-zarith": "^1.1.0",
"d3": "^5.16.0",
"gh-pages": "^2.2.0",
"js-file-download": "^0.4.12",
"npm": "^6.14.8",
"radium": "^0.25.2",
"react-digraph": "4.1.10",
"react-dropzone": "^10.2.2",
"react-icons": "^3.11.0",
"reason-scripts": "1.0.0",
"typescript": "^3.9.7"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prepare": "npm link bs-platform"
},
"devDependencies": {
"bs-jest": "^0.3.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reason-react": "^0.7.1"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}