-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "gatsby-starter-reason",
"description": "A Gatsby starter for writing your site in ReasonML",
"version": "0.1.0",
"author": "Jeremy Berglund",
"dependencies": {
"@aantron/repromise": "^0.6.0",
"@jsiebern/bs-material-ui": "^0.4.2",
"@material-ui/core": "^3.2.1",
"@material-ui/icons": "^3.0.1",
"@uppy/core": "^0.27.3",
"@uppy/dashboard": "^0.27.5",
"@uppy/dropbox": "^0.27.4",
"@uppy/google-drive": "^0.27.5",
"@uppy/instagram": "^0.27.5",
"@uppy/transloadit": "^0.27.5",
"@uppy/url": "^0.27.5",
"@uppy/webcam": "^0.27.4",
"@uppy/xhr-upload": "^0.27.4",
"bs-platform": "^4.0.6",
"gatsby": "^2.0.0-rc.28",
"gatsby-link": "^2.0.0-rc.4",
"gatsby-link-reason": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
"gatsby-plugin-reason": "^2.0.0-alpha.1",
"ipfs-api": "^24.0.2",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"reason-react": "^0.5.3"
},
"repository": {
"url": "https://github.com/jtberglund/gatsby-starter-reason"
},
"keywords": [
"gatsby",
"gatsby-starter",
"starter",
"reason",
"reasonml"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build:bs": "bsb -make-world",
"develop": "gatsby develop",
"start": "gatsby serve -p 8080",
"dev": "gatsby develop",
"clean": "bsb -clean-world",
"format": "prettier --write 'src/**/*.js'"
},
"engines": {
"node": "10.x"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}