-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.54 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
{
"name": "tutorial2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/icons": "^5.1.0",
"@kommunicate/kommunicate-chatbot-plugin": "^0.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.5.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.2",
"cors": "^2.8.5",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"firebase": "^10.4.0",
"firebase-config": "^1.0.0",
"gapi-script": "^1.2.0",
"husky": "^8.0.3",
"moment": "^2.29.4",
"nodemon": "^3.0.1",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-facebook-login": "^4.1.1",
"react-google-button": "^0.7.2",
"react-google-login": "^5.2.2",
"react-icons": "^4.11.0",
"react-image-lightbox": "^5.1.4",
"react-moment": "^1.1.3",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-select": "^5.7.7",
"react-social-login": "^3.4.17",
"react-social-login-buttons": "^3.9.1",
"react-toastify": "^9.1.3",
"reactstrap": "^9.2.0",
"recharts": "^2.9.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"serve": "^14.2.1",
"simple-react-validator": "^1.6.2",
"socket.io-client": "^4.6.2",
"web-vitals": "^2.1.4"
},
"homepage": ".",
"scripts": {
"dev": "react-scripts start ",
"build": "CI=false react-scripts build",
"start": "serve -s build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "npx prettier --write . --config ./.prettierrc",
"prepare": "cd .. && husky install Front-End/.husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}