-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "knitting",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glennsl/bs-jest": "^0.4.9",
"@glennsl/bs-json": "^5.0.0",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@types/jest": "24.0.17",
"@types/node": "12.7.2",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"bs-css": "^9.0.1",
"bs-webapi": "^0.15.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1",
"reason-react": "^0.7.0",
"serve": "^11.1.0",
"typescript": "3.5.3"
},
"scripts": {
"start:prod": "yarn serve -s build",
"start": "react-scripts start",
"build": "yarn bsb -make-world && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "yarn build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"bs-platform": "^5.0.6"
}
}