-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 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
{
"name": "codeplay",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@tippyjs/react": "^4.2.6",
"axios": "^0.27.2",
"framer-motion": "^6.5.0",
"luxon": "^3.0.1",
"magic-sdk": "^8.1.1",
"monaco-themes": "^0.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.3.0",
"react-modal": "^3.15.1",
"react-responsive-modal": "^6.2.0",
"react-router-dom": "^6.3.0",
"react-select": "^5.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.53.0",
"vite": "^2.9.9"
}
}