-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
{
"name": "crawler-leetcode",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://jsrep.github.io/crawler-leetcode",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@types/markdown-it": "^14.1.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-responsive": "^8.0.8",
"antd": "^5.16.4",
"fuse.js": "^7.1.0",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"markdown-it": "^14.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-i18next": "^15.4.1",
"react-markdown": "^10.1.0",
"react-markdown-editor-lite": "^1.3.4",
"react-responsive": "^10.0.1",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-raw": "^7.0.0",
"web-vitals": "^4.2.4",
"yaml": "^2.3.4"
},
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.14.0",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "^4.3.4",
"chokidar": "^4.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.4",
"gh-pages": "^6.3.0",
"js-yaml": "^4.1.0",
"typescript": "^4.9.5",
"vite": "^6.2.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}