-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.97 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
{
"name": "inflow-admin-panel",
"version": "0.1.0",
"private": true,
"dependencies": {
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"animate.css": "^4.1.1",
"axios": "^1.3.6",
"bootstrap": "^5.3.2",
"dotenv-cli": "^7.3.0",
"formik": "^2.2.9",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"idx": "^2.5.6",
"js-cookie": "^3.0.4",
"moment-timezone": "^0.5.43",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^13.5.0",
"react-notifications-component": "^4.0.1",
"react-otp-input": "^3.1.0",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"redux-actions": "^3.0.0",
"redux-persist": "^6.0.0",
"redux-persist-transform-compress": "^4.2.0",
"redux-persist-transform-encrypt": "^5.0.0",
"redux-saga": "^1.2.3",
"sass": "^1.62.0",
"web-vitals": "^3.3.1",
"yup": "^1.1.1"
},
"scripts": {
"start": "PORT=3000 NODE_ENV=dev dotenv -e .env.local && react-scripts start",
"dev": "set PORT=3000 NODE_ENV=dev && dotenv -e ./.env.dev react-scripts start",
"build:dev": "dotenv -e .env.dev -- react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sass": "sass --watch sass/style.scss:css/style.css"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^16.3.1"
}
}