This repository was archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.52 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.52 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
{
"name": "just-bid-it",
"version": "0.1.0",
"private": true,
"dependencies": {
"@stardust-ui/docs-components": "^0.38.0",
"bootstrap": "^4.3.1",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-alert": "^5.5.0",
"react-date-picker": "^7.8.1",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-dropdown": "^1.6.4",
"react-leaflet": "^2.4.0",
"react-native-cli": "^2.0.1",
"react-responsive-carousel": "^3.1.50",
"react-router-dom": "^5.0.1",
"react-s-alert": "^1.4.1",
"react-scripts": "3.0.1",
"react-search-box": "^2.0.1",
"react-search-field": "^1.0.0",
"react-simple-dropdown": "^3.2.3",
"react-sticky-footer": "0.1.0-rc3",
"reactjs-popup": "^1.5.0",
"reactstrap": "^8.0.1",
"semantic-ui-react": "^0.88.0",
"styled-components": "^4.3.2",
"typescript": "^3.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"ts-node": "^8.3.0"
}
}