-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"private": true,
"version": "1.0.0",
"scripts": {
"start": "mdx-deck deck.mdx",
"build": "mdx-deck build deck.mdx",
"test": "echo \"there are no tests\""
},
"devDependencies": {
"code-surfer": "3.0.0-beta.1",
"gatsby-source-graphql": "^2.1.20",
"gatsby-theme-apollo": "^2.0.0",
"mdx-deck": "^4.1.1"
},
"name": "fp-react-compilers-with-reasonml",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@mdx-deck/themes": "^3.0.8",
"apollo-boost": "^0.4.4",
"apollo-client": "^2.6.4",
"gatsby-theme-mdx-deck": "^4.1.0",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"react-apollo": "^3.1.3",
"react-inspector": "^4.0.0",
"styled-components": "^4.4.0",
"subscriptions-transport-ws": "^0.9.16"
}
}