-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bbiyakiz",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.105",
"@types/quill": "^2.0.14",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.34",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"eslint": "^9.18.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"framer-motion": "^11.17.0",
"jwt-decode": "^4.0.0",
"prettier": "^3.4.2",
"quill": "^2.0.2",
"quill-image-uploader": "^1.3.0",
"react": "^18.3.1",
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"styled-components": "^6.1.12",
"typescript": "^5.5.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start:https": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "react-scripts dev"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/date-fns": "^2.6.3",
"@types/jwt-decode": "^3.1.0",
"@types/react-datepicker": "^7.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.1"
}
}