forked from erikras/reactfinland2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
34
35
36
37
38
39
40
{
"name": "modern-forms-in-react-workshop",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@material-ui/core": "^4.9.14",
"@mdx-js/loader": "^1.5.8",
"@next/mdx": "^9.4.0",
"apollo-boost": "^0.4.8",
"apollo-link-context": "^1.0.20",
"apollo-server-micro": "^2.13.1",
"final-form": "^4.19.1",
"final-form-arrays": "^3.0.2",
"github-markdown-css": "^4.0.0",
"graphql": "^15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.4.0",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.4.0",
"react-final-form-arrays": "^3.1.1",
"sane-email-validation": "^3.0.1",
"ts-json-db": "^2.0.4"
},
"devDependencies": {
"@types/node": "^13.13.5",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"prism-theme-night-owl": "^1.4.0",
"typescript": "^3.8.3"
},
"license": "ISC"
}