forked from DynamoDS/DynamoDictionary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.29 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": {},
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.2.5",
"d3": "^4.4.2",
"eslint-config-react-app": "^5.2.1",
"jquery": "^3.1.1",
"js-search": "^1.4.2",
"lodash": "^4.17.21",
"material-ui": "^0.20.0",
"octokit": "^0.10.4",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-image-lightbox": "^3.3.1",
"react-modal-bootstrap": "^1.1.0",
"react-redux": "^5.0.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"react-rte": "^0.16.3",
"react-scripts": "^3.4.4",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2",
"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": "http://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"
}
}