-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "spotigen",
"version": "0.2.0",
"private": true,
"homepage": "https://spotigen.bitvictory.dev",
"dependencies": {
"@glennsl/bs-jest": "^0.6.0",
"@jsiebern/bs-material-ui": "^2.0.2",
"@jsiebern/bs-material-ui-lab": "^2.0.3",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"bs-platform": "^8.3.3",
"bs-react-testing-library": "^0.8.0",
"bs-webapi": "^0.19.1",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"react": "^0.0.0-experimental-27659559e",
"react-dom": "^0.0.0-experimental-27659559e",
"react-scripts": "^4.0.1",
"reason-react": "^0.9.1",
"recoil": "^0.1.2",
"rescript-future": "^1.0.4",
"rescript-recoil": "^0.11.1",
"rescript-request": "^1.0.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "run-p start:*",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "bsb -make-world",
"start:re": "bsb -make-world -w",
"start:cra": "react-scripts start",
"prebuild": "bsb -clean-world -make-world",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": null,
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react": "0.0.0-experimental-4ead6b530",
"react-dom": "0.0.0-experimental-4ead6b530"
}
}