-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.32 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.32 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
{
"name": "react-archimydes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "3.1.1",
"@material-ui/icons": "3.0.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/googlemaps": "3.30.13",
"@types/markerclustererplus": "2.1.33",
"ajv": "5.0.0",
"animate.css": "3.7.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"classnames": "2.2.6",
"connected-react-router": "^4.5.0",
"draft-js": "^0.10.5",
"draft-js-import-html": "^1.3.3",
"draftjs-to-html": "^0.8.4",
"env-cmd": "^8.0.2",
"generate-password": "^1.4.2",
"history": "4.7.2",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.11",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"node-sass": "^4.13.1",
"node-sass-chokidar": "1.3.3",
"nouislider": "12.0.0",
"npm-run-all": "4.1.3",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.13.1",
"react-animate-on-scroll": "2.1.5",
"react-append-to-body": "^2.0.20",
"react-bootstrap-wizard": "0.0.5",
"react-confirm-alert": "^2.0.6",
"react-datetime": "2.15.0",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.13.2",
"react-google-maps": "9.4.5",
"react-html-parser": "^2.0.2",
"react-image-gallery": "0.8.11",
"react-moment": "^0.8.4",
"react-redux": "^5.0.7",
"react-router-dom": "4.3.1",
"react-scripts": "3.4.1",
"react-slick": "0.23.1",
"react-stepzilla": "^4.8.0",
"react-stripe-checkout": "^2.6.3",
"react-stripe-elements": "^2.0.2",
"react-swipeable-views": "0.13.0",
"react-tagsinput": "3.19.0",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "env-cmd .env.default 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"
]
}
}