-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "chonching-tabs-ext",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"serve": "vite --host",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"preview": "vite preview"
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@formkit/auto-animate": "1.0.0-beta.5",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@popperjs/core": "^2.11.8",
"@vue/runtime-core": "3.5.13",
"@vueuse/core": "^12.0.0",
"@vueuse/motion": "^2.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"defu": "^6.1.4",
"focus-visible": "^5.2.1",
"mini-svg-data-uri": "^1.4.4",
"postcss-focus-visible": "^10.0.1",
"postcss-nested": "^7.0.2",
"posthtml-minify-classnames": "1.0.0-alpha.0",
"v-calendar": "3.0.0-alpha.8",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/forms": "^0.5.9",
"@types/chrome": "^0.0.287",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "5.2.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.31.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "5.6.2",
"vite": "5.3.1",
"vue-tsc": "^2.1.10"
}
}