forked from asyncapi/asyncapi-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "playground",
"private": true,
"description": "Playground app for AsyncApi React Component",
"homepage": "https://asyncapi.github.io/asyncapi-react",
"dependencies": {
"@asyncapi/react-component": "^0.24.21",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"codemirror": "^5.58.2",
"re-resizable": "^6.0.0",
"react": "^16.9.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.9.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@types/codemirror": "0.0.76",
"@types/jest": "24.0.18",
"@types/node": "12.7.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/styled-components": "^4.1.18",
"react-app-rewired": "^2.1.3",
"react-scripts": "3.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"test": "react-app-rewired test",
"build": "react-app-rewired build",
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"version": "0.24.21"
}