-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.04 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
98
{
"name": "courier",
"license": "MIT",
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "concurrently \"npm:dev-*\"",
"dev-now": "now dev",
"dev-relay": "npm run relay -- --watch",
"build": "next build",
"start": "next start",
"relay": "relay-compiler",
"lint": "eslint '**/*.ts' '**/*.tsx'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@mdx-js/loader": "^1.5.3",
"@next/mdx": "^9.1.7",
"@reach/alert-dialog": "^0.2.8",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.4.0",
"@types/auth0-js": "^9.10.2",
"@types/cookie": "^0.3.3",
"@types/http-proxy": "^1.17.3",
"@types/jsonwebtoken": "^8.3.2",
"@types/linkifyjs": "^2.1.1",
"@types/lodash": "^4.14.126",
"@types/mdx-js__react": "^1.5.0",
"@types/nprogress": "^0.2.0",
"@types/randombytes": "^2.0.0",
"@types/react": "^16.8.15",
"@types/react-redux": "^7.1.7",
"@types/uuid": "^3.4.6",
"@types/yup": "^0.26.13",
"auth0-js": "^9.10.2",
"autoprefixer": "^9.7.3",
"cookie": "^0.4.0",
"formik": "^2.1.1",
"graphql-playground-react": "^1.7.22",
"graphql-tag": "^2.10.1",
"http-proxy": "^1.18.0",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"linkifyjs": "^2.1.8",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"next": "^9.4.2",
"next-images": "^1.3.0",
"normalizecss": "^3.0.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"postcss-import": "^12.0.1",
"pusher-js": "^5.1.1",
"randombytes": "^2.1.0",
"react": "0.0.0-experimental-33c3af284",
"react-dom": "0.0.0-experimental-33c3af284",
"react-moment": "^0.9.2",
"react-relay": "0.0.0-experimental-895a6fe0",
"relay-runtime": "^9.1.0",
"striptags": "^3.1.1",
"tailwindcss": "^1.4.4",
"uuid": "^3.4.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/plugin-transform-typescript": "^7.7.4",
"@types/cheerio": "^0.22.12",
"@types/js-cookie": "^2.2.2",
"@types/jwt-decode": "^2.2.1",
"@types/react-relay": "^7.0.3",
"@types/relay-runtime": "^6.0.11",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-relay": "^9.1.0",
"concurrently": "^4.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-simple-import-sort": "^5.0.0",
"graphql": "^14.5.8",
"ignore-loader": "^0.1.2",
"prettier": "^2.0.5",
"raw-loader": "^3.0.0",
"relay-compiler": "^9.1.0",
"relay-compiler-language-typescript": "^12.0.1",
"relay-config": "^9.1.0",
"typescript": "^3.8.2"
}
}