forked from luin/bazinga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.67 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
{
"name": "ohmytoolkit",
"private": true,
"scripts": {
"analyze": "source-map-explorer '.next/static/chunks/*.js'",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-css": "^0.19.3",
"@codemirror/lang-html": "^0.19.4",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/lang-sql": "^0.19.4",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.27",
"@tippyjs/react": "^4.2.6",
"@uiw/react-codemirror": "^4.3.3",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"clean-css": "^5.2.4",
"file-saver": "^2.0.5",
"hash-identifier": "^1.0.1",
"iconv-lite": "^0.6.3",
"immer": "^9.0.12",
"inflection": "^1.13.2",
"javascript-playgrounds": "^1.2.3",
"js-base64": "^3.7.2",
"js-beautify": "^1.14.0",
"js-yaml": "^4.1.0",
"json-to-ts": "^1.7.0",
"json2csv": "^5.0.6",
"juice": "^8.0.0",
"lodash.kebabcase": "^4.1.1",
"markdown-table": "^3.0.2",
"md5": "^2.3.0",
"next": "^12.0.10",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"querystring": "^0.2.1",
"quill-delta": "^4.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "^1.2.1",
"react-hotkeys-hook": "^3.4.4",
"react-modal": "^3.14.4",
"react-quill": "^2.0.0-beta.4",
"react-resizable": "^3.0.4",
"react-select": "^5.2.2",
"react-toast": "^1.0.3",
"sql-formatter": "^4.0.2",
"string_decoder": "^1.3.0",
"terser": "^5.10.0",
"use-immer": "^0.6.0",
"usehooks-ts": "^2.2.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.0",
"@types/clean-css": "^4.2.5",
"@types/file-saver": "^2.0.5",
"@types/inflection": "^1.13.0",
"@types/js-beautify": "^1.13.3",
"@types/js-yaml": "^4.0.5",
"@types/json2csv": "^5.0.3",
"@types/lodash": "^4.14.178",
"@types/lodash.kebabcase": "^4.1.6",
"@types/node": "^17.0.14",
"@types/prettier": "^2.4.2",
"@types/react": "^17.0.39",
"@types/react-modal": "^3.13.1",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-resizable": "^1.7.4",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"process": "^0.11.10",
"react-outside-click-handler": "^1.3.0",
"sass": "^1.44.0",
"typescript": "^4.5.5"
}
}