-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "@divertise-asia/bs-mui",
"version": "2.0.1",
"scripts": {
"build": "rescript",
"start": "rescript build -w",
"clean": "rescript clean",
"server": "moduleserve ./ --port 8000",
"setup-test": "npm install --save-dev bs-platform bs-react-testing-library @glennsl/bs-jest bs-webapi bs-jest-dom --legacy-peer-deps",
"test": "jest --testMatch='**/__tests__/*test.bs.js'",
"ci-test": "npm test -- --coverage --updateSnapshot",
"build-doc": "bsdoc build . && bsdoc support-files"
},
"keywords": [
"BuckleScript",
"ReScriptReact",
"reason-react"
],
"author": "Divertise Asia",
"license": "MIT",
"repository": {
"type": "https",
"url": "https://github.com/DivertiseAsia/bs-mui.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^2.10.8",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@rescript/react": "^0.10.3",
"date-fns": "^2.16.1",
"moment": "^2.29.4",
"nan": "^2.14.2",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.6.0",
"@rescriptbr/react-testing-library": "^1.0.1",
"bs-jest-dom": "^4.1.1",
"moduleserve": "github:marijnh/moduleserve#7db414e",
"rescript": "^9.1.4"
}
}