-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.46 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@fluentui/react": "^8.52.3",
"@onflow/fcl": "^1.3.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"axios": "^0.25.0",
"circular-dependency-plugin": "^5.2.2",
"clsx": "^1.1.1",
"connected-react-router": "^6.9.2",
"console-feed": "^3.4.5",
"copy-to-clipboard": "^3.3.1",
"craco-alias": "^3.0.1",
"dedent": "^0.7.0",
"file-saver": "^2.0.5",
"framer-motion": "^2.6.6",
"globalthis": "^1.0.3",
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-languageclient": "^0.18.1",
"monaco-vim": "^0.3.4",
"re-resizable": "^6.9.1",
"react": "^17.0.2",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-json-view": "^1.21.3",
"react-markdown": "^8.0.5",
"react-monaco-editor": "^0.47.0",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"react-split-pane": "^0.1.92",
"remark-breaks": "^3.0.2",
"styled-components": "^5.2.0",
"typescript": "^4.5.5",
"use-minimal-state": "^3.5.0",
"util": "^0.12.4",
"uuid": "^3.4.0",
"vscode-jsonrpc": "^6.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=true craco start",
"build": "GENERATE_SOURCEMAP=false craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "npx eslint .",
"gen:suggestions": "node ./src/editor/internal/genpkgcache.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^17.0.16",
"eslint": "^8.8.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"http-proxy-middleware": "^2.0.6"
}
}