-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 KB
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
{
"name": "schema-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.9",
"@mantine/dropzone": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/next": "^6.0.9",
"@monaco-editor/react": "^4.5.0",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"@trpc/client": "^10.21.1",
"@trpc/next": "^10.21.1",
"@trpc/react-query": "^10.21.1",
"@trpc/server": "^10.21.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"js-yaml": "^4.1.0",
"json-parse-even-better-errors": "^3.0.0",
"json-schema-faker": "^0.5.0-rcv.46",
"json-source-map": "^0.6.1",
"lodash": "^4.17.21",
"next": "13.3.1",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.12.3",
"to-json-schema": "^0.2.5",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.194",
"@types/next-pwa": "^5.6.2",
"@types/node": "^18.16.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/to-json-schema": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-next": "13.3.1",
"monaco-editor": "^0.37.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "6.11.3"
}
}