-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.27 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "kapanlibur",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"generate-service-worker": "workbox generateSW workbox-config.js"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"antd": "^5.23.1",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"flowbite-react": "^0.10.2",
"framer-motion": "^10.16.4",
"gzipper": "^7.2.0",
"i18next": "^23.5.1",
"i18next-react": "^0.2.2",
"lucide-react": "^0.279.0",
"moment": "^2.29.4",
"momment": "^0.0.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-day-picker": "^8.8.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"react-loadable": "^5.5.0",
"react-test-renderer": "^18.2.0",
"sinon": "^16.1.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.16.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-cli": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"workbox-window": "^7.0.0"
}
}