-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "itgirlpracticetrainer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"firebase": "firebase deploy",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/view": "^6.22.0",
"@edge-runtime/vm": "^3.1.7",
"@reduxjs/toolkit": "^2.1.0",
"@uiw/codemirror-theme-atomone": "^4.21.20",
"@uiw/react-codemirror": "^4.21.20",
"antd": "^5.10.3",
"firebase": "^10.9.0",
"geteventlisteners": "^1.1.0",
"html-react-parser": "^5.0.6",
"html-to-react": "^1.7.0",
"idb": "^8.0.0",
"idb-keyval": "^6.2.1",
"idb-react-hook": "^0.1.1",
"isolated-vm": "^4.6.0",
"loglevel": "^1.8.1",
"node-fetch": "^3.3.2",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.0",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-redux": "^9.1.0",
"react-router-dom": "^6.18.0",
"react-syntax-highlighter": "^15.5.0",
"reactour": "^1.19.3",
"styled-components": "^4.0.0",
"uuid": "^9.0.1",
"vm": "^0.1.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.69.5",
"vite": "^4.4.5",
"vite-plugin-mkcert": "^1.17.5"
}
}