-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.54 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
{
"name": "ucs.mlscript.dev",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "tsc -b && vite build",
"preinstall": "node scripts/preinstall.js",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.15.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.0",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/jetbrains-mono": "^5.0.20",
"@fontsource/inter": "^5.0.18",
"@hookform/resolvers": "^3.3.4",
"@lezer/common": "^1.2.1",
"@lezer/generator": "^1.7.0",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@mlscript/ucs-demo-build": "file:../npm/dist",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^3.8.0",
"@types/mdx": "^2.0.12",
"@uiw/codemirror-theme-github": "^4.21.25",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
"embla-carousel-react": "^8.0.0",
"immutable": "^4.3.6",
"jotai": "^2.7.1",
"lucide-react": "^0.362.0",
"nanoid": "^5.0.6",
"object-inspect": "^1.13.2",
"pluralize": "^8.0.0",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.1",
"react-resizable-panels": "^2.0.13",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.0.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@chengluyu/unplugin-lezer": "^1.0.2",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.14.9",
"@types/object-inspect": "^1.8.4",
"@types/pluralize": "^0.0.33",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vite": "^5.3.1"
}
}