-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "dot-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,vue}\" && vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dot": "^1.1.3",
"lucide-vue-next": "^0.441.0",
"radix-vue": "^1.9.5",
"shiki": "^1.10.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.31"
},
"devDependencies": {
"@shikijs/monaco": "^1.10.3",
"@types/dot": "^1.1.7",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"monaco-editor-core": "^0.50.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24"
}
}