-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "washingmachine-history",
"private": true,
"version": "1.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --watchAll"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons-react": "^2.17.0",
"@types/axios": "^0.14.0",
"@types/date-fns": "^2.6.0",
"@types/dotenv": "^8.2.0",
"@types/moment": "^2.13.0",
"@types/react-datepicker": "^4.11.2",
"@types/react-modal": "^3.16.0",
"axios": "^1.4.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"react": "^18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"sweetalert2": "^11.7.3"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vite": "^4.3.0"
}
}