-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
56
57
58
59
60
61
62
63
64
{
"name": "udocumentgenerator",
"version": "1.0.0",
"private": true,
"homepage": "./",
"dependencies": {
"styled-components": "^4.3.2",
"@opuscapita/react-searchbar": "^2.0.0",
"@types/react": "^16.8.23",
"classnames": "latest",
"grommet": "^2.7.3",
"grommet-icons": "^4.2.0",
"highlight.js": "^10.4.1",
"list.js": "^1.5.0",
"lodash": "latest",
"prismjs": "^1.27.0",
"prop-types": "latest",
"react": "^16.8.6",
"react-autobind": "^1.0.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-bootstrap-table-next": "^3.1.5",
"react-bootstrap-table2-filter": "^1.1.10",
"react-bootstrap-table2-paginator": "^2.0.7",
"react-bootstrap-table2-toolkit": "^2.0.1",
"react-css-loaders": "0.0.5",
"react-dom": "^16.8.6",
"react-epic-spinners": "^0.3.0",
"react-horizontal-scrolling-menu": "^0.6.13",
"react-html-attributes": "^1.4.6",
"react-markdown": "^4.1.0",
"react-pose": "^4.0.8",
"react-scripts": "^3.0.1",
"react-search-box": "^2.0.1",
"react-simple-tree-menu": "^1.1.4",
"react-splitter-layout": "^4.0.0",
"react-syntax-highlighter": "^11.0.2",
"react-treebeard": "^3.2.4",
"typescript": "^3.5.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": {
"autoresponsive-react": "^1.1.31"
}
}