generated from nikitowsky/next-advanced-apollo-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
171 lines (171 loc) · 5.79 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"license": "MIT",
"name": "anyone-can-code-new-frontend",
"version": "0.0.0",
"scripts": {
"dev": "yarn develop",
"develop": "BACKEND_URL=http://0.0.0.0:1337/graphql vite",
"build": "tsc && BACKEND_URL=http://143.198.120.197:1337/graphql vite build",
"serve": "BASE_URL=/anyone-can-code BACKEND_URL=http://143.198.120.197:1337/graphql vite preview",
"codegen": "graphql-codegen --config codegen.yml",
"codegen:watch": "graphql-codegen --config codegen.yml --watch",
"build:workers:watch": "node --max_old_space_size=7168 node_modules/webpack-cli/bin/cli --config ./config/webpack-workers.js --watch",
"format": "yarn prettier --write .",
"lint": "yarn eslint --fix .",
"checktypes": "tsc",
"checktypes:watch": "tsc --watch"
},
"dependencies": {
"@ant-design/icons": "^4.6.4",
"@apollo/client": "^3.4.16",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/standalone": "^7.14.8",
"@callstack/react-theme-provider": "^3.0.6",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11",
"@fontsource/roboto": "^4.4.5",
"@fontsource/roboto-mono": "^4.5.0",
"@freecodecamp/loop-protect": "^2.2.1",
"@freecodecamp/strip-comments": "^3.0.1",
"@iconify/react": "^3.1.0",
"@monaco-editor/react": "^4.2.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "^12.1.10",
"@types/cookie": "0.4.0",
"@types/jest": "26.0.23",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.3.1",
"apollo-boost": "^0.4.9",
"apollo-link": "^1.2.14",
"apollo-link-context": "1.0.20",
"assert-polyfill": "^0.0.0",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-jest": "27.0.5",
"babel-loader": "^8.2.2",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"bfj": "^7.0.2",
"buffer": "^6.0.3",
"camelcase": "^6.1.0",
"chai": "^4.3.4",
"chakra-ui": "^0.3.9",
"cheerio": "^1.0.0-rc.10",
"clsx": "^1.1.1",
"cookie": "0.4.1",
"css-loader": "^6.2.0",
"deepmerge": "^4.2.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.2.0",
"formik": "^2.2.9",
"formik-chakra-ui": "^1.6.0",
"framer-motion": "^4",
"fs": "^0.0.1-security",
"fs-extra": "^9.0.1",
"graphql": "^15.6.1",
"graphql-tag": "2.12.4",
"i18next": "20.3.2",
"identity-obj-proxy": "3.0.0",
"immutability-helper": "^3.1.1",
"jest": "27.0.5",
"jest-circus": "26.6.0",
"jest-resolve": "26.6.0",
"jest-watch-typeahead": "0.6.1",
"jquery": "^3.6.0",
"localstorage": "^1.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mini-css-extract-plugin": "^2.3.0",
"monaco-themes": "^0.3.3",
"normalize.css": "8.0.1",
"p-map": "4.0.0",
"path": "^0.12.7",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "5.0.2",
"prism-react-renderer": "^1.2.1",
"prompts": "2.4.0",
"react": "^17.0.0",
"react-apollo": "^3.1.5",
"react-app-polyfill": "^2.0.0",
"react-cookie": "^4.1.1",
"react-dev-utils": "^11.0.3",
"react-dom": "^17.0.0",
"react-i18next": "11.11.0",
"react-icons": "^4.3.1",
"react-markdown": "^7.0.1",
"react-monaco-editor": "^0.43.0",
"react-redux": "^7.2.4",
"react-refresh": "^0.8.3",
"react-router-dom": "^5.3.0",
"react-syntax-highlighter": "^15.4.4",
"remark-prism": "^1.3.6",
"resolve": "1.18.1",
"resolve-ts-aliases": "^1.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "1.35.1",
"sass-loader": "^10.0.5",
"sass.js": "^0.11.1",
"semver": "7.3.2",
"strapi-plugin-import-export-content": "^0.4.1",
"style-loader": "1.3.0",
"ts-pnp": "1.2.0",
"url-loader": "4.1.1",
"vite-plugin-environment": "^1.0.1",
"web-vitals": "^1.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@emotion/babel-plugin": "^11.3.0",
"@graphql-codegen/cli": "2.2.1",
"@graphql-codegen/import-types-preset": "1.18.6",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.2.4",
"@graphql-codegen/typescript-operations": "2.1.8",
"@graphql-codegen/typescript-react-apollo": "3.1.6",
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/lodash-es": "^4.17.4",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.0",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/vite-plugin-react-svg": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@vitejs/plugin-react": "^1.0.0",
"csstype": "^3.0.9",
"eslint": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"eslint-plugin-testing-library": "^3.9.2",
"prettier": "2.3.1",
"prettier-plugin-sort-json": "^0.0.2",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.3.4",
"vite": "^2.6.4",
"vite-aliases": "^0.8.7",
"vite-babel-plugin": "^0.0.2",
"vite-plugin-react-svg": "^0.2.0"
}
}