-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 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
{
"name": "gatsby-starter-reasonml",
"description": "Gatsby starter to create static sites using type-safe ReasonML.",
"version": "1.0.0",
"author": "Ian Wilson <[email protected]>",
"dependencies": {
"bs-css": "^7.2.0",
"bs-date-fns": "^0.1.6",
"bs-fetch": "^0.3.1",
"bs-platform": "^5.0.4",
"gatsby": "^2.0.19",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-filesystem": "^2.0.5",
"gatsby-source-medium": "^2.0.4",
"gatsby-transformer-remark": "^2.1.9",
"normalize-css": "^2.3.1",
"prismjs": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"reason-react": "^0.7.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"postinstall": "bsb -make-world",
"build": "bsb -make-world && gatsby build",
"now-build": "npm run build",
"dev:bsb": "bsb -make-world -w",
"dev:gatsby": "gatsby develop",
"clean": "bsb -clean-world",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"graphql_ppx": "^0.2.7",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/iwilsonq/gatsby-starter-reasonml"
}
}