-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
172 lines (172 loc) · 5.69 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "w3cubtools",
"version": "2.0.2",
"repository": "https://github.com/icai/transform",
"author": "ritz078 <rkritesh078@gmail.com>, icai <gidcai@gmail.com>",
"license": "MIT",
"scripts": {
"dev:inspect": "NODE_OPTIONS=\"--inspect\" next dev",
"dev": "next dev",
"start": "next start",
"format": "prettier --write '**/*.ts' '**/*.tsx'",
"build": "next build",
"postbuild": "pnpm run sitemap",
"export": "next export",
"deploy": "node scripts/gh-pages.js",
"sitemap": "next-sitemap",
"now-build": "next build",
"check-types": "tsc --noemit",
"lint": "next lint --fix",
"ainstall": "pnpm install --registry=https://registry.npmmirror.com",
"build:analyze": "ANALYZE=true pnpm run build"
},
"engines": {
"node": ">=20.x"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/parser": "^7.23.6",
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.5.5",
"@babel/standalone": "^7.14.7",
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@graphql-codegen/core": "^1.17.10",
"@graphql-codegen/flow": "^1.19.3",
"@graphql-codegen/flow-operations": "^1.18.11",
"@graphql-codegen/flow-resolvers": "^1.17.16",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/java": "^2.0.2",
"@graphql-codegen/java-resolvers": "^1.18.3",
"@graphql-codegen/schema-ast": "^1.18.3",
"@graphql-codegen/typescript": "^1.22.3",
"@graphql-codegen/typescript-apollo-angular": "^2.3.6",
"@graphql-codegen/typescript-mongodb": "^1.19.3",
"@graphql-codegen/typescript-operations": "^1.18.2",
"@graphql-codegen/typescript-react-apollo": "^2.2.7",
"@graphql-codegen/typescript-resolvers": "^1.19.4",
"@graphql-codegen/typescript-stencil-apollo": "^1.18.7",
"@graphql-codegen/typescript-urql": "^2.0.9",
"@iarna/toml": "^3.0.0",
"@khanacademy/flow-to-ts": "^0.5.2",
"@lemonneko/easi-gen": "^0.0.36",
"@monaco-editor/react": "^4.6.0",
"@openapi-contrib/json-schema-to-openapi-schema": "^2.0.0",
"@rjsf/core": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@types/jsonld": "^1.5.5",
"@w3cub/json-to-go": "^1.0.0",
"@walmartlabs/json-to-simple-graphql-schema": "^2.0.4",
"autoprefixer": "^10.2.6",
"autoprefixer9": "npm:autoprefixer@9.x.x",
"axios": "^0.21.1",
"babel-plugin-json-to-proptypes": "^0.1.0",
"babel-plugin-object-styles-to-template": "^0.2.2",
"babel-standalone": "^6.26.0",
"change-case": "^5.4.2",
"classnames": "^2.5.1",
"cron-converter": "^0.0.12",
"cronstrue": "^1.81.0",
"crypto-js": "^4.2.0",
"css-to-tailwindcss": "^1.0.4",
"date-fns": "^3.3.1",
"evergreen-ui": "^7.1.9",
"flowgen": "^1.14.1",
"formik": "^2.2.9",
"generate-schema": "^2.6.0",
"gif.js": "^0.2.0",
"gofmt.js": "^0.0.2",
"graphql": "^15.5.1",
"html2pug": "^4.0.0",
"htmltojsx": "^0.3.0",
"is-capitalized": "^1.0.0",
"is-svg": "^4.3.1",
"json-schema-to-typescript": "10.1.4",
"json-schema-to-zod": "^0.1.2",
"json-to-zod": "^1.1.2",
"json-ts": "^1.6.4",
"json_typegen_wasm": "^0.7.0",
"jsonld": "^5.2.0",
"jsonschema-protobuf": "^1.0.2",
"jszip": "^3.2.2",
"lodash": "^4.17.21",
"markdown": "^0.5.0",
"monaco-editor": "^0.45.0",
"netmask": "^2.0.2",
"next": "14.0.4",
"next-qrcode": "^2.5.1",
"next-sitemap": "^4.2.3",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"postcss-js": "^3.0.3",
"postcss-nested": "^6.0.0",
"postcss7": "npm:postcss@7.x.x",
"prettier": "^1.18.2",
"rc-tween-one": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.0.1",
"recast": "^0.23.4",
"rust-keywords": "^1.1.0",
"sass": "^1.69.7",
"stringify-object": "^3.3.0",
"styled-jsx": "^5.1.2",
"svgo": "^3.2.0",
"tempy": "^1.0.1",
"text-encoding-utf-8": "^1.0.2",
"transform-json-types": "^0.7.0",
"ts-json-schema-generator": "^1.5.0",
"ts-to-zod": "^1.11.0",
"ui-box": "5.4.1",
"usehooks-ts": "^2.9.5",
"xml-js": "^1.6.11",
"yaml": "^1.10.2",
"zxing-wasm": "^1.2.1"
},
"devDependencies": {
"@mdx-js/loader": "^3.0.0",
"@styled-jsx/plugin-sass": "^4.1.0",
"@types/babel__core": "^7.20.5",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.170",
"@types/node": "^20",
"@types/prettier": "^2.3.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/svgo": "^1.3.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"gh-pages": "^2.1.0",
"husky": "^4.2.5",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "^15.2.0",
"postinstall-postinstall": "^2.1.0",
"typescript": "5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"worker-loader": "^3.0.8"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"pnpm": {
"patchedDependencies": {
"json_typegen_wasm@0.7.0": "patches/json_typegen_wasm@0.7.0.patch",
"@khanacademy/flow-to-ts@0.5.2": "patches/@khanacademy__flow-to-ts@0.5.2.patch",
"json-schema-to-typescript@10.1.4": "patches/json-schema-to-typescript@10.1.4.patch",
"htmltojsx@0.3.0": "patches/htmltojsx@0.3.0.patch",
"@ardatan/relay-compiler@12.0.0": "patches/@ardatan__relay-compiler@12.0.0.patch"
}
}
}