-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.92 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
{
"name": "redex",
"description": "redex - Reason package index",
"version": "1.0.0",
"author": "glennsl",
"homepage": "https://rholang.github.io/",
"keywords": [
"reason",
"reasonml",
"package index",
"repository"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "bsb -make-world -w",
"start2": "bsb -make-world && gatsby develop",
"build": "bsb -make-world && gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"test": "validate_sources",
"clean": "rm -rf data/generated",
"update-sources": "git submodule update --remote && validate_sources",
"fetch": "npm run update-sources && fetch_published && fetch_unpublished",
"update-search-index": "update_search_index",
"deploy": "gh-pages -b master -d public",
"everything": "npm run fetch && npm run build && npm run deploy"
},
"dependencies": {
"@glennsl/bs-json": "^2.0.0",
"@glennsl/rebase": "^0.2.1",
"algoliasearch": "3.34.0",
"algoliasearch-helper": "^2.28.0",
"bs-typed-glamor": "github:glennsl/bs-typed-glamor",
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-glamor": "^1.6.13",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-json": "^1.0.20",
"glamor-reset": "^3.0.0-3",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-timeago": "^4.4.0",
"remark": "^9.0.0",
"remark-html": "^7.0.0",
"vrroom": "github:glennsl/vrroom"
},
"devDependencies": {
"bs-platform": "^3.1.5",
"docusaurus": "^1.13.0",
"gh-pages": "^2.1.1",
"github-slugger": "^1.2.1",
"mdast-util-to-string": "^1.0.6",
"reason": "^3.1.0",
"reason-react": "^0.4.2",
"redex-scripts": "redex/redex-scripts"
}
}