-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.3 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.3 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
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
99
100
101
102
{
"name": "platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:graphql": "concurrently \"next dev\" \"graphql-codegen --watch\"",
"prebuild": "graphql-codegen",
"build": "next build",
"start": "next start",
"dev": "next dev"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.31",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.0",
"@fortawesome/free-solid-svg-icons": "^5.15.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@graphql-tools/schema": "^6.0.10",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@octokit/rest": "^18.0.0",
"@rafaelns/react-lottie": "^1.3.2",
"@reduxjs/toolkit": "^1.3.6",
"apollo-boost": "^0.4.9",
"apollo-server-micro": "^2.14.4",
"circleci-api": "^4.0.0",
"cookie": "^0.4.1",
"firebase-admin": "^8.12.1",
"fontfaceobserver": "^2.1.0",
"formik": "^2.1.4",
"framer-motion": "^2.7.7",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"intersection-observer": "^0.11.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash.merge": "^4.6.2",
"micro-cors": "^0.1.1",
"netlify": "^4.3.1",
"next": "^9.5.3",
"next-auth": "^3.1.0",
"next-seo": "^4.5.0",
"next-with-apollo": "^5.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "^2.7.0",
"react-redux": "^7.2.0",
"react-spring": "^8.0.27",
"react-toastify": "^6.0.5",
"redux-persist": "^6.0.0",
"stripe": "^8.64.0",
"styled-components": "^5.1.0",
"tweetsodium": "^0.0.5",
"yup": "^0.29.1"
},
"devDependencies": {
"@graphql-codegen/add": "^1.15.3",
"@graphql-codegen/cli": "^1.15.3",
"@graphql-codegen/schema-ast": "^1.15.3",
"@graphql-codegen/typescript": "^1.15.3",
"@graphql-codegen/typescript-operations": "^1.15.3",
"@graphql-codegen/typescript-react-apollo": "^1.15.3",
"@graphql-codegen/typescript-resolvers": "^1.15.3",
"@playlyfe/gql": "^2.6.2",
"@types/cookie": "^0.4.0",
"@types/fontfaceobserver": "^0.0.6",
"@types/js-cookie": "^2.2.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash.merge": "^4.6.6",
"@types/micro-cors": "^0.1.1",
"@types/next-auth": "^3.1.10",
"@types/node": "^14.0.4",
"@types/react": "^16.9.35",
"@types/react-redux": "^7.1.9",
"@types/styled-components": "^5.1.0",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-plugin-styled-components": "^1.10.7",
"concurrently": "^5.2.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"sass": "^1.26.5",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.1.2",
"tailwindcss": "^1.4.6",
"typescript": "^3.9.3"
}
}