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",
|
4038 |
stevensc |
8 |
"build": "npx webpack --config webpack.config.js",
|
4231 |
stevensc |
9 |
"dev": "npx webpack --config webpack.config.copia.js",
|
4330 |
stevensc |
10 |
"sass_main": "sass public/look-and-field/main.scss:public/look-and-field/main.css --style compressed --no-source-map",
|
4341 |
stevensc |
11 |
"sass_mobile_chat": "sass public/look-and-field/components/mobile-chat/main.scss:public/look-and-field/mobile-chat.css --style compressed --no-source-map",
|
4893 |
stevensc |
12 |
"sass_dashboard": "sass public/look-and-field/components/dashboard/main.scss:public/look-and-field/dashboard.css --style compressed --no-source-map",
|
4913 |
stevensc |
13 |
"sass_navbar": "sass public/look-and-field/components/navbar/main.scss:public/look-and-field/navbar.css --style compressed --no-source-map",
|
4981 |
stevensc |
14 |
"sass_calendar": "sass public/look-and-field/components/calendar/main.scss:public/look-and-field/calendar.css --style compressed --no-source-map",
|
5000 |
stevensc |
15 |
"sass_job": "sass public/look-and-field/components/job/main.scss:public/look-and-field/job.css --style compressed --no-source-map",
|
5349 |
stevensc |
16 |
"sass_chat": "sass public/look-and-field/components/chat/main.scss:public/look-and-field/chat.css --style compressed --no-source-map",
|
5470 |
stevensc |
17 |
"sass_profile": "sass public/look-and-field/components/profile/main.scss:public/look-and-field/profile.css --style compressed --no-source-map",
|
5573 |
stevensc |
18 |
"sass_company": "sass public/look-and-field/components/company/main.scss:public/look-and-field/company.css --style compressed --no-source-map",
|
5793 |
stevensc |
19 |
"sass_group": "sass public/look-and-field/components/group/main.scss:public/look-and-field/group.css --style compressed --no-source-map",
|
6094 |
stevensc |
20 |
"sass_style-cesa": "sass public/look-and-field/style-cesa.scss:public/look-and-field/style-cesa.css --style compressed --no-source-map",
|
6366 |
stevensc |
21 |
"sass_knowledge": "sass public/look-and-field/components/knowledge-area/main.scss:public/look-and-field/knowledge.css --style compressed --no-source-map",
|
|
|
22 |
"sass_search": "sass public/look-and-field/components/search/main.scss:public/look-and-field/search.css --style compressed --no-source-map"
|
1 |
www |
23 |
},
|
|
|
24 |
"keywords": [],
|
|
|
25 |
"author": "",
|
|
|
26 |
"license": "ISC",
|
|
|
27 |
"dependencies": {
|
5072 |
stevensc |
28 |
"@emotion/react": "11.10.5",
|
|
|
29 |
"@emotion/styled": "11.10.5",
|
1 |
www |
30 |
"@material-ui/core": "^4.11.4",
|
|
|
31 |
"@material-ui/data-grid": "^4.0.0-alpha.28",
|
4243 |
stevensc |
32 |
"@mui/icons-material": "5.11.0",
|
|
|
33 |
"@mui/material": "5.11.3",
|
6749 |
efrain |
34 |
"axios": "1.4.0",
|
2194 |
efrain |
35 |
"chart.js": "^3.9.1",
|
6749 |
efrain |
36 |
"ckeditor4": "^4.22.1",
|
194 |
steven |
37 |
"ckeditor4-react": "^2.1.0",
|
656 |
steven |
38 |
"crypto-js": "^4.1.1",
|
739 |
stevensc |
39 |
"html-react-parser": "^1.4.14",
|
2194 |
efrain |
40 |
"moment": "^2.29.4",
|
6749 |
efrain |
41 |
"moment-timezone": "^0.5.43",
|
1 |
www |
42 |
"react": "^17.0.1",
|
7251 |
stevensc |
43 |
"react-big-calendar": "^1.8.2",
|
6749 |
efrain |
44 |
"react-bootstrap": "^1.6.7",
|
1 |
www |
45 |
"react-chartjs-2": "^3.0.4",
|
3639 |
efrain |
46 |
"react-datetime": "^3.2.0",
|
1 |
www |
47 |
"react-dom": "^17.0.1",
|
|
|
48 |
"react-dropzone": "^11.3.1",
|
|
|
49 |
"react-hook-form": "^6.15.1",
|
6749 |
efrain |
50 |
"react-icons": "^4.10.1",
|
1 |
www |
51 |
"react-phone-input-2": "^2.13.9",
|
|
|
52 |
"react-recaptcha": "^2.3.10",
|
3639 |
efrain |
53 |
"react-redux": "^7.2.9",
|
|
|
54 |
"react-router-dom": "^5.3.4",
|
2240 |
stevensc |
55 |
"react-share": "^4.4.0",
|
1 |
www |
56 |
"react-slick": "^0.28.1",
|
6749 |
efrain |
57 |
"redux": "^4.2.1",
|
3639 |
efrain |
58 |
"redux-thunk": "^2.4.2",
|
6802 |
stevensc |
59 |
"sass": "^1.63.6",
|
|
|
60 |
"styled-components": "^6.0.4",
|
1 |
www |
61 |
"uuid": "^8.3.2"
|
|
|
62 |
},
|
|
|
63 |
"devDependencies": {
|
6749 |
efrain |
64 |
"@babel/core": "^7.22.6",
|
|
|
65 |
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
|
|
|
66 |
"@babel/plugin-transform-runtime": "^7.22.6",
|
|
|
67 |
"@babel/preset-env": "^7.22.6",
|
|
|
68 |
"@babel/preset-react": "^7.22.5",
|
|
|
69 |
"@babel/runtime-corejs2": "^7.22.6",
|
6509 |
stevensc |
70 |
"@types/react-router-dom": "^5.3.3",
|
6749 |
efrain |
71 |
"autoprefixer": "^10.4.14",
|
3639 |
efrain |
72 |
"babel-loader": "^8.3.0",
|
1 |
www |
73 |
"babel-plugin-add-module-exports": "^1.0.4",
|
|
|
74 |
"babel-plugin-transform-runtime": "^6.23.0",
|
4000 |
stevensc |
75 |
"compression-webpack-plugin": "^10.0.0",
|
1 |
www |
76 |
"css-loader": "^5.0.2",
|
5072 |
stevensc |
77 |
"eslint": "^8.35.0",
|
5468 |
stevensc |
78 |
"eslint-config-prettier": "^8.8.0",
|
5072 |
stevensc |
79 |
"eslint-config-standard": "^17.0.0",
|
|
|
80 |
"eslint-plugin-import": "^2.27.5",
|
|
|
81 |
"eslint-plugin-n": "^15.6.1",
|
|
|
82 |
"eslint-plugin-promise": "^6.1.1",
|
|
|
83 |
"eslint-plugin-react": "^7.32.2",
|
1 |
www |
84 |
"mini-css-extract-plugin": "^1.3.7",
|
6749 |
efrain |
85 |
"postcss": "^8.4.24",
|
1 |
www |
86 |
"postcss-js": "^3.0.3",
|
|
|
87 |
"postcss-loader": "^5.0.0",
|
5468 |
stevensc |
88 |
"prettier": "^2.8.7",
|
1 |
www |
89 |
"redux-logger": "^3.0.6",
|
6802 |
stevensc |
90 |
"sass-loader": "^13.3.2",
|
4241 |
stevensc |
91 |
"standard": "17.0.0",
|
1 |
www |
92 |
"style-loader": "^2.0.0",
|
6749 |
efrain |
93 |
"terser-webpack-plugin": "^5.3.9",
|
|
|
94 |
"webpack": "^5.88.1",
|
|
|
95 |
"webpack-bundle-analyzer": "^4.9.0",
|
739 |
stevensc |
96 |
"webpack-cli": "^4.10.0"
|
1 |
www |
97 |
}
|
7251 |
stevensc |
98 |
}
|