-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.8 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
{
"name": "coderage",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://coderage.pro",
"repository": {
"type": "git",
"url": "https://github.com/SteaceP/coderage"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ext .ts,.tsx .",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"exports": [
"./node_modules/apollo-upload-client/createUploadLink.mjs",
"./node_modules/apollo-upload-client/formDataAppendFile.mjs",
"./node_modules/apollo-upload-client/isExtractableFile.mjs",
"./node_modules/@apollo/client/apollo-client.cjs"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
]
},
"dependencies": {
"@apollo/client": "3.8.8",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "5.15.2",
"apollo-upload-client": "18.0.1",
"apollo3-cache-persist": "0.14.1",
"axios": "1.6.3",
"date-fns": "3.0.6",
"graphql": "^16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "2.0.4",
"react-markdown": "9.0.1",
"react-router-dom": "6.21.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"react-uid": "2.3.3",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@cloudflare/workers-types": "^4.20231218.0",
"@datadog/browser-logs": "5.6.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/apollo-upload-client": "^18.0.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.11",
"prettier": "^3.1.1",
"react-error-boundaries": "^1.1.4",
"typescript": "^4.9.5",
"workbox-background-sync": "^6.6.0",
"workbox-broadcast-update": "^6.6.0",
"workbox-cacheable-response": "^6.6.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^6.6.0",
"workbox-google-analytics": "^6.6.0",
"workbox-navigation-preload": "^6.6.0",
"workbox-precaching": "^6.6.0",
"workbox-range-requests": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0",
"workbox-streams": "^6.6.0",
"wrangler": "^3.22.1"
}
}