forked from orodio/flow-view-source
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "view-source",
"version": "0.1.0",
"private": true,
"dependencies": {
"@codingame/monaco-editor-react": "^4.0.2",
"@codingame/monaco-editor-wrapper": "^3.5.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.14",
"@onflow/fcl": "^1.3.2",
"@onflow/flow-cadut": "^0.2.0-alpha.9",
"@onflow/flow-cadut-plugin-find": "^0.0.1",
"@onflow/types": "^1.0.5",
"ace-builds": "^1.4.12",
"dateformat": "^5.0.3",
"dedent": "^0.7.0",
"json-to-pretty-yaml": "^1.2.2",
"monaco-editor": "^0.34.1",
"react": "17.0.2",
"react-ace": "9.4.0",
"react-dom": "17.0.2",
"react-json-view": "^1.21.3",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-cookie": "^1.4.0",
"recoil": "0.3.1",
"s-ago": "^2.2.0",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"typescript": "^5.5.4",
"webfontloader": "^1.6.28"
},
"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"
]
}
}