-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 905 Bytes
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
{
"name": "nexacode",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "vite preview"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.4",
"@tailwindcss/vite": "^4.1.10",
"@uiw/react-codemirror": "^4.23.13",
"firebase": "^11.9.1",
"framer-motion": "^12.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-loader-spinner": "^6.1.6",
"react-redux": "^9.2.0",
"react-resizable-panels": "^3.0.3",
"react-router-dom": "^6.26.0",
"redux": "^5.0.1",
"tailwindcss": "^4.1.10",
"uuid": "^11.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"terser": "^5.43.0",
"vite": "^5.4.0"
}
}