-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.45 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.45 KB
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
{
"name": "devalopers",
"version": "1.0.0",
"description": "Devalopers is a business-oriented web application for all developer and technology workers used to find jobs and projects. This repository represents the Web part (Web-Interface).",
"keywords": [
"developers",
"jobs",
"remote work",
"jobs platform",
"reactjs"
],
"homepage": "https://www.devalopers.com/",
"author": {
"name": "Salah Awad",
"email": "salah.awad@outlook.com",
"url": "https://www.linkedin.com/in/salahelawad/"
},
"repository": {
"type": "git",
"url": "https://github.com/DevCBeirut/devalopers"
},
"license": "bsd-3-clause-clear",
"dependencies": {
"availity-reactstrap-validation": "^2.6.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"dark-mode-toggle": "^0.7.2",
"dotenv": "^8.2.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"moment-range": "^4.0.2",
"node-sass": "^4.13.1",
"rc-slider": "^9.2.4",
"rc-tooltip": "^4.0.3",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-daterange-picker": "^2.0.1",
"react-dom": "^16.12.0",
"react-epic-spinners": "^0.4.1",
"react-fontawesome": "^1.7.1",
"react-loader": "^2.4.7",
"react-loading-bar": "0.0.7",
"react-localization": "^1.0.15",
"react-notifications-component": "^2.4.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-select": "^3.1.0",
"react-window": "^1.8.5",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"webpack": "4.41.5"
},
"scripts": {
"prestart": "echo 'Run before `start`'",
"start": "react-scripts start",
"poststart": "echo 'Run after `start`'",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write \"**/*.+(js|jsx|json|css|md)\"",
"update": "ncu -u && npm i"
},
"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": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"jest": "24.9.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0"
}
}