forked from modelab/DynamoDictionary_React
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
55 lines (55 loc) · 1.27 KB
/
package.json
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
{
"name": "dynamo-dictionary",
"version": "0.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^4.0.3"
},
"dependencies": {
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"axios": "^1.6.5",
"classnames": "^2.2.5",
"d3": "^7.2.1",
"eslint-config-react-app": "^6.0.0",
"jquery": "^3.6.0",
"js-search": "^1.4.2",
"lodash": "^4.17.21",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-image-lightbox": "^5.1.4",
"react-modal-bootstrap16": "^1.0.1",
"react-redux": "^5.0.6",
"react-router": "^3.2.6",
"react-router-redux": "^4.0.8",
"react-rte": "^0.16.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build"
},
"homepage": "https://dictionary.dynamobim.com/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=12",
"npm": ">=6"
}
}