-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
{
"name": "reason-react-simple-starter",
"version": "3.0.0",
"scripts": {
"build": "npm run clean && npm-run-all build:*",
"build:webpack": "webpack -p",
"prod": "NODE_ENV=production npm run build:webpack -- --env=prod",
"start": "bsb -make-world -w",
"start:webpack": "webpack-dev-server",
"test": "npm run jest",
"test:watch": "npm run jest -- --watchAll",
"jest": "jest"
},
"keywords": [
"BuckleScript"
],
"license": "MIT",
"devDependencies": {
"@types/react": "^16.3.14",
"awesome-typescript-loader": "^5.0.0",
"bs-jest": "0.3.2",
"bs-loader": "^2.0.3",
"bs-platform": "^3.0.0",
"bs-react-test-renderer": "2.0.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"jest": "22.4.3",
"node-sass": "^4.9.0",
"npm-run-all": "4.1.2",
"react-hot-loader": "4.0.1",
"sass-loader": "^7.0.1",
"shared-git-hooks": "1.2.1",
"style-loader": "^0.21.0",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.8.1",
"webpack-cli": "2.0.14",
"webpack-common-shake": "1.5.3",
"webpack-dev-server": "3.1.3",
"webpack-merge": "4.1.2",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"@material/button": "^0.35.0",
"@material/dialog": "^0.36.0",
"@material/menu": "^0.35.0",
"@material/switch": "^0.35.0",
"bs-fetch": "0.2.1",
"bs-json": "1.0.1",
"bs-webapi": "0.8.3",
"cytoscape": "^3.2.12",
"easy-scroll": "^0.5.1",
"handsontable": "^2.0.0",
"moment": "2.22.0",
"pluralize": "^7.0.0",
"react": "16.3.1",
"react-cytoscape": "^1.0.6",
"react-dom": "16.3.1",
"react-handsontable": "^0.3.1",
"react-sizer": "^1.0.3",
"reason-react": "0.4.1"
}
}