-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 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
{
"name": "phycode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-python": "^6.2.1",
"@heroicons/react": "^2.1.5",
"@uiw/codemirror-theme-vscode": "^4.24.2",
"@uiw/react-codemirror": "^4.25.1",
"chart.js": "^4.5.0",
"firebase": "^10.14.1",
"framer": "^2.4.1",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"next": "14.2.15",
"postcss": "^8.4.47",
"react": "18.3.0",
"react-chartjs-2": "^5.3.0",
"react-confetti": "^6.4.0",
"react-dom": "18.3.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.3.0",
"react-router-dom": "^7.7.1",
"react-split": "^2.0.14",
"react-toastify": "^10.0.5",
"react-type-animation": "^3.2.0",
"react-youtube": "^10.1.0",
"recharts": "^3.1.2",
"recoil": "^0.7.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@tailwindcss/postcss": "^4.0.0-alpha.20",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"overrides": {
"react": "18.3.0",
"react-dom": "18.3.0"
}
}