forked from eldh/bs-reach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.42 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
{
"name": "@seamonster-studios/bs-reach",
"version": "0.6.0",
"scripts": {
"build": "bsb -make-world",
"watch": "bsb -make-world -w",
"serve": "parcel index.html --port 2331",
"start": "yarn build && yarn serve",
"clean": "bsb -clean-world",
"prepublish": "yarn clean"
},
"files": [
"src",
"bsconfig.json"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/eldh/bs-reach",
"keywords": [
"BuckleScript",
"accessibility",
"a11y",
"react",
"reason-react",
"reach-ui",
"reach",
"reasonml"
],
"author": "andreas.eldh@gmail.com",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.5.0",
"bs-platform": "7.2.2",
"parcel": "^2.0.0-alpha.3.2",
"reason-react": "^0.7.0"
},
"dependencies": {
"@reach/accordion": "^0.9.1",
"@reach/alert": "^0.9.1",
"@reach/alert-dialog": "^0.9.1",
"@reach/auto-id": "^0.9.0",
"@reach/checkbox": "^0.9.1",
"@reach/combobox": "^0.9.1",
"@reach/dialog": "^0.9.1",
"@reach/disclosure": "^0.9.1",
"@reach/listbox": "^0.9.1",
"@reach/menu-button": "^0.9.1",
"@reach/portal": "^0.9.0",
"@reach/rect": "^0.9.0",
"@reach/skip-nav": "^0.9.0",
"@reach/slider": "^0.9.1",
"@reach/tabs": "^0.9.1",
"@reach/tooltip": "^0.9.1",
"@reach/visually-hidden": "^0.9.0",
"@reach/window-size": "^0.9.0"
}
}