-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "paprink",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"deploy:now": "now --dotenv .env.production",
"heroku-postbuild": "next build"
},
"dependencies": {
"@material-ui/core": "^4.0.0-alpha.8",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"Dante2": "^0.5.0-rc18",
"abort-controller": "^2.0.3",
"apollo-boost": "^0.1.27",
"apollo-client": "^2.5.1",
"apollo-link-context": "^1.0.17",
"apollo-link-http": "^1.5.14",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"cookie": "^0.4.0",
"css-loader": "^2.1.1",
"date-fns": "^2.0.0-alpha.27",
"disqus-react": "^1.0.5",
"dotenv": "^6.2.0",
"downshift": "^3.2.7",
"draft-convert": "^2.1.4",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.3.3",
"draft-js-exporter": "0.0.5",
"draftjs-to-html": "^0.8.4",
"es6-shim": "^0.35.5",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^3.0.2",
"find-up": "^3.0.0",
"fs": "0.0.1-security",
"graphql": "^14.1.1",
"graphql-anywhere": "4.1.0",
"graphql-tag": "^2.10.1",
"html-to-react": "^1.3.4",
"https-proxy-agent": "^2.2.1",
"ignore-loader": "^0.1.2",
"is-mobile": "^2.0.0",
"isomorphic-unfetch": "^3.0.0",
"jquery": "^3.3.1",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.once": "^4.1.1",
"moment": "^2.24.0",
"next": "^8.1.0",
"next-images": "^1.0.4",
"next-with-apollo": "^3.3.2",
"node-sass": "^4.11.0",
"nookies": "^2.0.4",
"postcss-loader": "^3.0.0",
"prismjs": "^1.15.0",
"prop-types": "15.7.2",
"random-hex-color": "^1.0.1",
"react": "^16.8.6",
"react-apollo": "^2.5.4",
"react-bootstrap": "^1.0.0-beta.5",
"react-day-picker": "^7.3.0",
"react-dnd": "^7.3.1",
"react-dnd-html5-backend": "^7.2.0",
"react-dom": "^16.8.6",
"react-facebook-auth": "^1.4.0",
"react-facebook-login": "^4.1.1",
"react-ga": "^2.5.7",
"react-google-login": "^5.0.2",
"react-google-recaptcha": "^1.0.5",
"react-scripts": "2.1.3",
"react-scroll": "^1.7.10",
"react-tag-input": "^6.4.0",
"semantic-ui-react": "^0.86.0",
"serve": "^10.1.1",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"styled-css-grid": "^1.2.1",
"terser": "^3.14.1",
"waait": "^1.0.3",
"web-push": "^3.3.5"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"resolutions": {
"terser": "3.14.1",
"graphql-anywhere": "4.1.0"
}
}