forked from shubhambattoo/pro-organiser-application
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.15 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.15 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
{
"name": "task-force",
"version": "2.0.0",
"private": true,
"author": {
"name": "Manoj Barman",
"url": "https://manojbarman.in"
},
"homepage": "https://taskforce-ab10.onrender.com",
"repository": {
"type": "git",
"url": "https://github.com/itsmanojb/task-force.git"
},
"dependencies": {
"@vitejs/plugin-react": "^5.0.4",
"firebase": "^8.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dragula": "^1.1.17",
"react-router-dom": "^6.21.1",
"react-transition-group": "^4.4.1",
"shortid": "^2.2.15",
"vite": "^7.1.9"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@types/react-transition-group": "^4.4.12",
"@types/shortid": "^2.2.0",
"typescript": "^5.9.3"
}
}