-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.42 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.42 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
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
{
"name": "dev-x-kit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write ./src",
"update": "yarn upgrade-interactive --latest"
},
"dependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-transform-typescript": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@gecka/styleflux": "^1.2.0-gecka2",
"@iarna/toml": "^2.2.5",
"@monaco-editor/react": "^4.8.0-rc.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@toon-format/toon": "^2.1.0",
"@walmartlabs/json-to-simple-graphql-schema": "^3.0.1",
"babel-plugin-css-to-js": "^0.0.4",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"css-to-tailwind-translator": "^1.2.8",
"css-unit-converter-js": "^1.0.2",
"csstree-validator": "^4.0.1",
"dom-to-semantic-markdown": "^1.5.0",
"file-type": "^21.1.1",
"generate-schema": "^2.6.0",
"happy-dom": "^20.0.11",
"htmltojsx-too": "^2.0.1",
"is-svg": "^6.1.0",
"isolated-vm": "^6.0.2",
"json-to-jsdoc-converter": "^1.0.5",
"json5": "^2.2.3",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"jszip": "^3.10.1",
"lodash-es": "^4.17.22",
"lucide-react": "^0.561.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
"php-serialize": "^5.1.3",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"pretty-bytes": "^7.1.0",
"qr-code-styling": "^1.9.2",
"quicktype-core": "^23.2.6",
"react": "19.2.3",
"react-color-palette": "^7.3.1",
"react-dom": "19.2.3",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-image-crop": "^11.0.10",
"react-markdown": "10",
"react-resizable-panels": "^3.0.6",
"rehype-slug": "^6.0.0",
"remark-gfm": "4",
"sass": "^1.97.0",
"server-only": "^0.0.1",
"shadcn-ui": "^0.9.5",
"shiki": "1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tinycolor2": "^1.6.0",
"ts-json-schema-generator": "^2.4.0",
"ts-to-zod": "^5.1.0",
"uuid": "^13.0.0",
"vanilla-jsoneditor": "^3.11.0",
"vcf": "^2.1.2",
"yaml": "^2.8.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/babel__core": "^7.20.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.0.3",
"@types/react": "^19",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19",
"@types/tinycolor2": "^1.4.6",
"@types/vcf": "^2.0.7",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.10",
"eslint-config-prettier": "^10.1.8",
"monaco-editor": "^0.55.1",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}