-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.87 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
{
"name": "dp-app",
"version": "1.0.0",
"main": "src/index.tsx",
"repository": "[email protected]:ykatyhoney/Cx-dev.git",
"author": "",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --fix \"./src/**/*.{js,jsx,ts,tsx,json}\"",
"nuke:cache": "rm -rf ./node_modules/.cache",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"axios": "^0.22.0",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
"cuid": "^2.1.8",
"face-api.js": "^0.22.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-big-calendar": "^0.36.0",
"react-checkmark": "^1.4.0",
"react-data-table-component": "^7.0.0-rc2",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-full-screen": "^1.0.2",
"react-js-pagination": "^3.0.3",
"react-player": "^2.9.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^5.1.0",
"react-share": "^4.4.0",
"react-toastify": "^8.0.3",
"react-tooltip": "^4.2.21",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"styled-components": "^5.3.0",
"wasm-check": "^2.0.3"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@types/bootstrap": "^5.0.17",
"@types/date-arithmetic": "^4.1.1",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.14",
"@types/react-big-calendar": "^0.36.0",
"@types/react-dom": "^17.0.9",
"@types/react-js-pagination": "^3.0.4",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^6.0.0",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"postcss-loader": "^6.1.1",
"prettier": "^2.3.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.1.0",
"typescript": "^4.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}