-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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
{
"name": "cs25-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tanstack/react-query": "^5.80.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"axios": "^1.10.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.525.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2",
"tsparticles": "^3.8.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"build": "tsc && vite build",
"preview": "vite preview",
"start": "vite",
"d-build": "docker build -t cs25-frontend . && docker run -d -p 80:80 --name cs25-front cs25-frontend",
"dev": "docker-compose down && docker-compose up --build"
},
"devDependencies": {
"@types/node": "^20.19.0",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"tailwindcss": "^3.4.1",
"vite": "^6.3.5"
}
}