-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.8 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": "verified-react",
"version": "1.0.0",
"description": "Welcome!",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "npm run build && jest -i",
"build": "bsb -make-world",
"clean": "rm -rf dist && bsb -clean-world",
"watch": "bsb -make-world -w",
"watch-tictactoe": "parcel examples/tictactoe/index.html",
"watch-todomvc": "parcel examples/todomvc/index.html",
"watch-simple": "parcel examples/simple/index.html",
"build-tictactoe": "parcel build examples/tictactoe/index.html",
"build-todomvc": "parcel build examples/todomvc/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aestheticintegration/verified-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aestheticintegration/verified-react/issues"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/aestheticintegration/verified-react#readme",
"dependencies": {
"@glennsl/bs-jest": "^0.4.6",
"@glennsl/bs-json": "^3.0.0",
"bs-css": "^8.0.0",
"bs-decoders": "https://github.com/mattjbray/ocaml-decoders.git#27deef2c5d32366950955ea96a2ada3ed12e6f5e",
"bs-imandra-client": "git+https://github.com/aestheticintegration/bs-imandra-client.git#9b8b4817df1f4682e95386bbb5d7eaacd353437f",
"bs-jest-expect-imandra": "git+https://github.com/aestheticintegration/bs-jest-expect-imandra.git#4eb0eba64906b97f182f2833067f5cf6eb976d74",
"imandra-prelude": "git+https://github.com/aestheticintegration/imandra-prelude.git#c89318b17eff1791bc8ec5c2d99b11852e8a36b1",
"jest": "^23.6.0",
"parcel-bundler": "^1.11.0",
"reason-react": "^0.5.3"
},
"devDependencies": {
"bs-platform": "6.2.1",
"less": "^3.9.0",
"todomvc-app-css": "^2.1.2"
}
}