-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.47 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
{
"name": "vuaast",
"description": "View the AST structure of the Vue template syntax online immediately.",
"type": "module",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=22.8.0"
},
"private": true,
"license": "MIT",
"author": {
"name": "aiktb",
"email": "ai.ourship@gmail.com"
},
"homepage": "https://vueast.netlify.app",
"repository": {
"type": "git",
"url": "git+https://github.com/aiktb/VueAST.git"
},
"bugs": {
"url": "https://github.com/aiktb/VueAST/issues"
},
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "netlify serve",
"typecheck": "tsc",
"lint": "biome check .",
"lint:fix": "biome check --write --unsafe .",
"prepare": "husky"
},
"dependencies": {
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/view": "^6.34.1",
"@netlify/edge-functions": "^2.11.0",
"@netlify/remix-edge-adapter": "^3.4.2",
"@netlify/remix-runtime": "^2.3.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@remix-run/react": "^2.13.1",
"@uiw/codemirror-theme-github": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
"@vue/compiler-core": "^3.5.12",
"@vue/compiler-sfc": "^3.5.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"isbot": "^5.1.17",
"next-themes": "^0.3.0",
"prettier": "^3.3.3",
"react": "19.0.0-rc-6cf85185-20241014",
"react-dom": "19.0.0-rc-6cf85185-20241014",
"react-resizable-panels": "^2.1.4",
"shiki": "^1.22.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@egoist/tailwindcss-icons": "^1.8.1",
"@fontsource/afacad-flux": "^5.0.1",
"@fontsource/fira-code": "^5.1.0",
"@iconify-json/lucide": "^1.2.9",
"@iconify-json/radix-icons": "^1.2.1",
"@remix-run/dev": "^2.13.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"husky": "^9.1.6",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.9",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
}
}