-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
127 lines (127 loc) · 3.79 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "sql-editor-web",
"version": "0.1.0",
"private": true,
"homepage": "shiganshina/",
"dependencies": {
"@codemirror/lang-javascript": "^0.19.4",
"@codemirror/lang-json": "^0.20.0",
"@codemirror/lang-sql": "^0.19.4",
"@codemirror/language": "^0.19.7",
"@dhaiwat10/react-link-preview": "^1.12.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@inovua/reactdatagrid-community": "^4.8.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@monaco-editor/react": "^4.4.5",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@react-hook/debounce": "^4.0.0",
"@react-three/fiber": "^8.0.11",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/get-ssl-certificate": "^2.3.0",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.13",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react-is": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-swipeable-views": "^0.13.1",
"@types/styled-components": "^5.1.15",
"@types/three": "^0.139.0",
"@types/uuid": "^8.3.1",
"@uiw/react-codemirror": "^4.3.2",
"@uiw/react-md-editor": "^3.9.4",
"apexcharts": "^3.28.3",
"bootstrap": "^4.6.0",
"caniuse-lite": "^1.0.30001373",
"codemirror": "^5.65.0",
"console-feed": "^3.4.0",
"dateformat": "^5.0.2",
"debounce-promise": "^3.1.2",
"dexie": "^3.2.2",
"format-duration": "^1.4.0",
"get-ssl-certificate": "^2.3.3",
"immutability-helper": "^3.1.1",
"is-reachable": "^5.1.1",
"js-file-download": "^0.4.12",
"jsx-runtime": "^1.2.0",
"lodash.debounce": "^4.0.8",
"lord-icon-element": "^3.4.1",
"lottie-web": "^5.9.4",
"moment": "^2.29.3",
"node-sass": "^6.0.1",
"notistack": "^2.0.5",
"npm": "^8.13.1",
"react": "^18.2.0",
"react-animate-height": "^3.0.4",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^1.6.0",
"react-bootstrap-floating-label": "^1.4.13",
"react-codemirror2": "^7.2.1",
"react-dom": "^18.0.0",
"react-highlighter": "^0.4.3",
"react-image": "^4.0.3",
"react-indiana-drag-scroll": "^2.2.0",
"react-is": "^16.8.6",
"react-json-view": "^1.21.3",
"react-markdown": "^7.1.2",
"react-modal": "^3.14.4",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^5.2.0",
"react-router-page-transition": "^3.1.0",
"react-router-page-transition-v2": "^2.0.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.11.0",
"react-stopwatch": "^2.0.4",
"react-swipeable-views": "^0.14.0",
"react-tiger-transition": "^4.1.2",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.5",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"reshake": "^1.2.4",
"sourcemapped-stacktrace": "^1.1.11",
"sql-formatter": "^6.1.2",
"styled-components": "^5.0.0",
"swiper": "^8.4.2",
"typescript": "^4.7.4",
"typescript-debounce-decorator": "^0.0.18",
"use-lodash-debounce": "^1.2.0",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2",
"xterm-for-react": "^1.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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/dateformat": "^5.0.0",
"@types/lodash.debounce": "^4.0.6",
"@types/react-highlighter": "^0.3.5",
"@types/react-modal": "^3.13.1"
}
}