-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 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
{
"name": "sellect-app",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@react-buddy/ide-toolbox": "^2.4.0",
"@tailwindcss/vite": "^4.0.5",
"@uppy/core": "^4.4.2",
"@uppy/dashboard": "^4.3.2",
"@uppy/react": "^4.2.1",
"@uppy/tus": "^4.2.2",
"axios": "^1.7.9",
"immer": "^10.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.1.5",
"styled-components": "^6.1.15",
"tus-js-client": "^4.3.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.8",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.8",
"@vitejs/plugin-react": "^4.3.4",
"js-cookie": "^3.0.5",
"vite": "^6.1.1"
},
"babel": {
"presets": [
"@babel/env"
]
}
}