-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "smartrecycling-fe",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "react-scripts test --env=jsdom",
"cy:open": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@reduxjs/toolkit": "^1.9.7",
"@vercel/analytics": "^1.1.1",
"antd": "^5.12.2",
"emailjs-com": "^3.2.0",
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
"framer-motion": "^10.16.16",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"redux-persist": "^6.0.0",
"scroll-carousel-react": "^1.0.0",
"universal-cookie": "^6.1.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"chai": "^5.0.0",
"cypress": "^13.15.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^23.2.0",
"mocha": "^10.2.0",
"postcss": "^8.4.34",
"react-scripts": "^5.0.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"vite": "^4.5.3"
}
}