-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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": "freemoon",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js",
"type-check": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "1.0.2-canary.2",
"antd": "^3.12.1",
"apollo-boost": "^0.3.1",
"apollo-link-context": "^1.0.14",
"cookie": "^0.3.1",
"draft-js": "^0.10.5",
"express": "^4.16.4",
"graphql": "^14.1.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"next": "^8.0.4",
"p5": "^0.7.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.3",
"react-recaptcha": "^2.3.10",
"react-vis": "^1.11.5",
"script-loader": "^0.7.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/cookie": "^0.3.2",
"@types/graphql": "^14.0.7",
"@types/next": "^8.0.1",
"@types/p5": "^0.7.2",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"@zeit/next-typescript": "^1.1.1",
"typescript": "^3.3.3333"
}
}