| 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",
|
| 15408 |
stevensc |
8 |
"build": "SET \"NODE_ENV=production\" && npx webpack --config webpack.config.js",
|
| 15762 |
stevensc |
9 |
"dev": "npx webpack --config webpack.config.js",
|
| 15778 |
stevensc |
10 |
"sass_chat": "sass public/css/components/chat/main.scss:public/css/chat.css --style compressed --no-source-map",
|
|
|
11 |
"sass_main": "sass public/css/main.scss:public/css/main.css --style compressed --no-source-map"
|
| 1 |
www |
12 |
},
|
|
|
13 |
"keywords": [],
|
|
|
14 |
"author": "",
|
|
|
15 |
"license": "ISC",
|
|
|
16 |
"dependencies": {
|
| 15761 |
stevensc |
17 |
"@emotion/react": "11.10.5",
|
|
|
18 |
"@emotion/styled": "11.10.5",
|
| 1 |
www |
19 |
"@material-ui/core": "^4.11.4",
|
|
|
20 |
"@material-ui/data-grid": "^4.0.0-alpha.28",
|
| 16285 |
efrain |
21 |
"axios": "^0.21.4",
|
| 4585 |
stevensc |
22 |
"chart.js": "^3.8.0",
|
|
|
23 |
"ckeditor4": "^4.19.0",
|
|
|
24 |
"ckeditor4-react": "^2.1.0",
|
|
|
25 |
"crypto-js": "^4.1.1",
|
|
|
26 |
"html-react-parser": "^1.4.14",
|
| 16285 |
efrain |
27 |
"moment": "^2.29.4",
|
|
|
28 |
"moment-timezone": "^0.5.37",
|
| 1 |
www |
29 |
"react": "^17.0.1",
|
| 4585 |
stevensc |
30 |
"react-bootstrap": "^1.6.5",
|
|
|
31 |
"react-chartjs-2": "^3.0.4",
|
| 1 |
www |
32 |
"react-datetime": "^3.0.4",
|
|
|
33 |
"react-dom": "^17.0.1",
|
|
|
34 |
"react-dropzone": "^11.3.1",
|
|
|
35 |
"react-hook-form": "^6.15.1",
|
| 15762 |
stevensc |
36 |
"react-icons": "^4.7.1",
|
| 1 |
www |
37 |
"react-phone-input-2": "^2.13.9",
|
|
|
38 |
"react-recaptcha": "^2.3.10",
|
|
|
39 |
"react-redux": "^7.2.2",
|
| 4585 |
stevensc |
40 |
"react-router-dom": "^5.3.3",
|
|
|
41 |
"react-slick": "^0.28.1",
|
| 1 |
www |
42 |
"redux": "^4.0.5",
|
|
|
43 |
"redux-thunk": "^2.3.0",
|
|
|
44 |
"styled-components": "^5.2.1",
|
|
|
45 |
"uuid": "^8.3.2"
|
|
|
46 |
},
|
|
|
47 |
"devDependencies": {
|
|
|
48 |
"@babel/core": "^7.12.16",
|
|
|
49 |
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
|
|
|
50 |
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
|
51 |
"@babel/preset-env": "^7.12.16",
|
|
|
52 |
"@babel/preset-react": "^7.13.13",
|
|
|
53 |
"@babel/runtime-corejs2": "^7.12.13",
|
|
|
54 |
"autoprefixer": "^10.2.4",
|
|
|
55 |
"babel-loader": "^8.2.2",
|
|
|
56 |
"babel-plugin-add-module-exports": "^1.0.4",
|
|
|
57 |
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
58 |
"css-loader": "^5.0.2",
|
| 16650 |
stevensc |
59 |
"eslint": "^8.42.0",
|
|
|
60 |
"eslint-config-prettier": "^8.8.0",
|
|
|
61 |
"eslint-config-standard": "^17.1.0",
|
|
|
62 |
"eslint-plugin-import": "^2.27.5",
|
|
|
63 |
"eslint-plugin-n": "^16.0.0",
|
|
|
64 |
"eslint-plugin-promise": "^6.1.1",
|
|
|
65 |
"eslint-plugin-react": "^7.32.2",
|
| 1 |
www |
66 |
"mini-css-extract-plugin": "^1.3.7",
|
|
|
67 |
"node-sass": "^5.0.0",
|
|
|
68 |
"postcss": "^8.2.6",
|
|
|
69 |
"postcss-js": "^3.0.3",
|
|
|
70 |
"postcss-loader": "^5.0.0",
|
|
|
71 |
"redux-logger": "^3.0.6",
|
| 15762 |
stevensc |
72 |
"sass": "^1.62.1",
|
| 1 |
www |
73 |
"sass-loader": "^11.0.1",
|
| 15528 |
stevensc |
74 |
"standard": "^17.0.0",
|
| 1 |
www |
75 |
"style-loader": "^2.0.0",
|
|
|
76 |
"terser-webpack-plugin": "^5.1.1",
|
|
|
77 |
"webpack": "^5.22.0",
|
|
|
78 |
"webpack-cli": "^4.5.0"
|
| 15528 |
stevensc |
79 |
},
|
|
|
80 |
"eslintConfig": {
|
|
|
81 |
"extends": "./node_modules/standard/eslintrc.json"
|
| 1 |
www |
82 |
}
|
| 16650 |
stevensc |
83 |
}
|