-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.15 KB
/
package.json
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": "escape-room-frontend",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"axios": "^1.3.3",
"babel-jest": "^29.5.0",
"bootstrap": "^5.2.3",
"framer-motion": "^9.0.4",
"jest-environment-jsdom": "^29.5.0",
"prop-types": "^15.8.1",
"pusher-js": "^8.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-router-dom": "^6.8.1",
"styled-components": "^5.3.6",
"sweetalert": "^2.1.2",
"tsparticles-confetti": "^2.9.3",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"jest": "^29.5.0",
"jest-svg-transformer": "^1.0.0",
"svg-inline-loader": "^0.8.2",
"vite": "^4.1.0"
}
}