-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
{
"name": "swagger-codegen-ts-ui",
"version": "1.0.0",
"license": "MIT",
"source": "src/index.html",
"scripts": {
"build": "parcel build --no-source-maps --no-cache --public-url \".\"",
"watch": "parcel",
"patch": "patch-package",
"postinstall": "patch-package",
"prettier:check": "prettier --check .",
"prettier:fix": "yarn prettier:check --write"
},
"devDependencies": {
"@parcel/config-default": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"constants-browserify": "^1.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.7.0",
"events": "^3.1.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.8.3",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.4",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"typescript": "^4.9.4",
"url": "^0.11.0",
"util": "^0.12.3"
},
"dependencies": {
"@devexperts/swagger-codegen-ts": "^2.0.0-alpha.28",
"@geist-ui/core": "^2.3.8",
"@geist-ui/icons": "^1.0.2",
"@zip.js/zip.js": "^2.6.78",
"browserfs": "^1.4.3",
"fp-ts": "^2.13.1",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"js-yaml": "^4.1.0",
"lz-string": "^1.4.4",
"observable-hooks": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-syntax-highlighter": "^15.5.0",
"rxjs": "^7.8.0"
},
"alias": {
"fs": "./src/shim/fs",
"buffer": "./src/shim/buffer",
"path": "./src/shim/path",
"processGlobal": "./src/shim/process",
"bufferGlobal": "./src/shim/bufferGlobal"
},
"resolutions": {
"@devexperts/swagger-codegen-ts/prettier": "2.8.4"
}
}