-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.57 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "react-googl-front",
"version": "0.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@tippyjs/react": "^4.2.6",
"@types/bcrypt": "^5.0.0",
"@types/client-sessions": "^0.8.3",
"@types/connect-mongo": "^3.1.3",
"@types/express-session": "^1.17.4",
"@types/mongoose": "^5.11.97",
"@types/multer": "^1.4.7",
"@types/randomcolor": "^0.5.6",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"canvg": "^4.0.0",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"draft-convert": "^2.1.12",
"draft-js": "^0.11.7",
"email-validator": "^2.0.4",
"express": "^4.17.3",
"express-session": "^1.17.3",
"immer": "^9.0.12",
"joi": "^17.6.0",
"jspdf": "^2.5.1",
"memoize-one": "^6.0.0",
"moment-jalaali": "^0.9.6",
"mongoose": "^6.3.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"node-sass": "^7.0.1",
"process": "^0.11.10",
"randomcolor": "^0.6.2",
"react": "17",
"react-cookie": "^4.1.1",
"react-dom": "17",
"react-draft-wysiwyg": "^1.14.7",
"react-icons": "^4.3.1",
"react-redux": "^7.2.8",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"redux": "^4.1.2",
"redux-saga": "^1.1.3",
"typescript": "^4.4.2",
"use-immer": "^0.7.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"startInOpenSuse": "HOST=localhost react-scripts start",
"test": "react-scripts test",
"build": "react-scripts build",
"eject": "react-scripts eject",
"server": "NODE_ENV=development nodemon ./src/server/server.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12",
"@testing-library/user-event": "13.2.1",
"@types/cors": "^2.8.12",
"@types/draft-convert": "^2.1.4",
"@types/jest": "^27.0.1",
"@types/moment-jalaali": "^0.7.5",
"@types/morgan": "^1.9.3",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17",
"@types/react-draft-wysiwyg": "^1.13.4",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}