-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.21 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.21 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
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "coderstackbox",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@monaco-editor/react": "^4.4.6",
"@reduxjs/toolkit": "^1.9.2",
"@tanstack/react-query": "^4.24.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@uiw/react-md-editor": "^3.20.2",
"axios": "^1.3.2",
"bulmaswatch": "^0.8.1",
"emailjs": "^4.0.1",
"esbuild-wasm": "0.8.27",
"firebase": "^9.15.0",
"focus-trap-react": "^10.0.2",
"force": "^0.0.3",
"framer-motion": "^9.0.1",
"i": "^0.3.7",
"localforage": "^1.10.0",
"monaco-editor": "^0.34.1",
"monaco-languageclient": "^4.0.3",
"npm": "^9.4.2",
"prettier": "^2.8.3",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-countup": "^6.4.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^4.7.0",
"react-fontawesome": "^1.7.1",
"react-helmet": "^6.1.0",
"react-hook": "^0.0.1",
"react-hook-form": "^7.42.0",
"react-hot-toast": "^2.4.0",
"react-icon": "^1.0.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-resizable": "^3.0.4",
"react-router-dom": "^6.7.0",
"react-scripts": "5.0.1",
"react-scroll-trigger": "^0.6.14",
"react-slider-swiper": "^2.0.6",
"rechart": "^0.0.1",
"recharts": "^2.3.2",
"redux": "^4.2.1",
"source-map-loader": "^4.0.1",
"standalone": "^0.0.1",
"swiper": "^9.0.3",
"uuid": "^9.0.0",
"vscode-languageserver-protocol": "^3.17.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}