| 1 |
www |
1 |
{
|
|
|
2 |
"name": "leaderslinked",
|
|
|
3 |
"version": "1.0.0",
|
|
|
4 |
"description": "",
|
|
|
5 |
"main": "require.js",
|
|
|
6 |
"scripts": {
|
|
|
7 |
"start": "SET \"NODE_ENV=development\" && npx webpack",
|
|
|
8 |
"build": "SET \"NODE_ENV=production\" && npx webpack --config webpack.config.js"
|
|
|
9 |
},
|
|
|
10 |
"keywords": [],
|
|
|
11 |
"author": "",
|
|
|
12 |
"license": "ISC",
|
|
|
13 |
"dependencies": {
|
|
|
14 |
"@material-ui/core": "^4.11.4",
|
|
|
15 |
"@material-ui/data-grid": "^4.0.0-alpha.28",
|
|
|
16 |
"axios": "^0.21.1",
|
|
|
17 |
"ckeditor4-react": "^1.4.0",
|
|
|
18 |
"html-react-parser": "^1.2.4",
|
|
|
19 |
"moment": "^2.29.1",
|
|
|
20 |
"moment-timezone": "^0.5.33",
|
|
|
21 |
"react": "^17.0.1",
|
|
|
22 |
"react-bootstrap": "^1.5.0",
|
|
|
23 |
"react-datetime": "^3.0.4",
|
|
|
24 |
"react-dom": "^17.0.1",
|
|
|
25 |
"react-dropzone": "^11.3.1",
|
|
|
26 |
"react-hook-form": "^6.15.1",
|
|
|
27 |
"react-phone-input-2": "^2.13.9",
|
|
|
28 |
"react-recaptcha": "^2.3.10",
|
|
|
29 |
"react-redux": "^7.2.2",
|
|
|
30 |
"react-router-dom": "^5.2.0",
|
|
|
31 |
"redux": "^4.0.5",
|
|
|
32 |
"redux-thunk": "^2.3.0",
|
|
|
33 |
"styled-components": "^5.2.1",
|
|
|
34 |
"uuid": "^8.3.2"
|
|
|
35 |
},
|
|
|
36 |
"devDependencies": {
|
|
|
37 |
"@babel/core": "^7.12.16",
|
|
|
38 |
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
|
|
|
39 |
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
|
40 |
"@babel/preset-env": "^7.12.16",
|
|
|
41 |
"@babel/preset-react": "^7.13.13",
|
|
|
42 |
"@babel/runtime-corejs2": "^7.12.13",
|
|
|
43 |
"autoprefixer": "^10.2.4",
|
|
|
44 |
"babel-loader": "^8.2.2",
|
|
|
45 |
"babel-plugin-add-module-exports": "^1.0.4",
|
|
|
46 |
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
47 |
"css-loader": "^5.0.2",
|
|
|
48 |
"mini-css-extract-plugin": "^1.3.7",
|
|
|
49 |
"node-sass": "^5.0.0",
|
|
|
50 |
"postcss": "^8.2.6",
|
|
|
51 |
"postcss-js": "^3.0.3",
|
|
|
52 |
"postcss-loader": "^5.0.0",
|
|
|
53 |
"redux-logger": "^3.0.6",
|
|
|
54 |
"sass": "^1.32.7",
|
|
|
55 |
"sass-loader": "^11.0.1",
|
|
|
56 |
"style-loader": "^2.0.0",
|
|
|
57 |
"terser-webpack-plugin": "^5.1.1",
|
|
|
58 |
"webpack": "^5.22.0",
|
|
|
59 |
"webpack-cli": "^4.5.0"
|
|
|
60 |
}
|
|
|
61 |
}
|