-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "front-codersabordo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage",
"start": "vite"
},
"dependencies": {
"antd": "^5.3.0",
"antd-demo-ts": "^0.1.0",
"canvas-confetti": "^1.6.0",
"esbuild": "^0.17.11",
"jest": "^29.5.0",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"react-select": "^5.7.2",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/canvas-confetti": "^1.6.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/ui": "^0.29.3",
"happy-dom": "^8.9.0",
"jsdom": "^21.1.1",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vitest": "^0.29.3"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}