-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.84 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.84 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
{
"name": "relay-homepage",
"license": "GPL-3.0-only",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"aos": "^2.3.4",
"buffer": "^6.0.3",
"dompurify": "^3.3.1",
"events": "^3.3.0",
"i18next": "^23.16.3",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.26.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.3",
"reactflow": "^11.11.4",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0"
},
"overrides": {
"nth-check": ">=2.0.1",
"css-select": ">=4.3.0",
"svgo": ">=2.8.0",
"glob": ">=11.0.0",
"webpack-dev-server": "^5.2.2",
"js-yaml": ">=4.1.0"
},
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true craco start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.js",
"resolutions": {
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"esbuild": "^0.25.0",
"glob": "^11.0.0",
"webpack-dev-server": "^5.2.1",
"js-yaml": "^4.1.0"
},
"packageManager": "yarn@4.9.4+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b",
"devDependencies": {
"webpack-dev-server": "^5.2.2"
}
}