-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
{
"name": "with-reasonml",
"version": "1.0.0",
"scripts": {
"dev": "concurrently \"bsb -clean-world -make-world -w\" \"next dev\"",
"dev:reason": "bsb -clean-world -make-world -w",
"dev:next": "next dev",
"build": "bsb -clean-world -make-world && next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.2.3",
"@zeit/next-css": "^1.0.1",
"graphql": "^15.3.0",
"gray-matter": "^4.0.2",
"next": "latest",
"next-transpile-modules": "^4.0.2",
"raw-loader": "^4.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"reason-apollo-client": "^0.0.1-beta.8",
"reason-promise": "^1.1.2",
"reason-react": "^0.9.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@reasonml-community/graphql-ppx": "^1.0.0",
"bs-platform": "8.3.1",
"concurrently": "^5.1.0"
}
}