-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.15 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": "vue-headlessui-components",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3033",
"build": "vite build"
},
"dependencies": {
"vue": "~3.0.4",
"vue-router": "4.0.5",
"vuex": "~4.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "~0.2.0",
"@tailwindcss/forms": "~0.2.1",
"@tailwindcss/line-clamp": "~0.2.0",
"@tailwindcss/typography": "~0.4.0",
"@typescript-eslint/eslint-plugin": "~4.16.1",
"@typescript-eslint/parser": "~4.16.1",
"@vitejs/plugin-vue": "~1.1",
"@vue/compiler-sfc": "~3.0.7",
"@vue/eslint-config-standard": "~6.0.0",
"@vue/eslint-config-typescript": "~7.0.0",
"@vuedx/typecheck": "~0.6.3",
"@vuedx/typescript-plugin-vue": "~0.6.3",
"autoprefixer": "~10.2.4",
"eslint": "~7.21.0",
"eslint-plugin-vue": "~7.7.0",
"postcss": "~8.2.6",
"postcss-nesting": "~7.0.1",
"pug": "^3.0.2",
"tailwindcss": "~2.0.3",
"typescript": "~4.2.2",
"vite": "~2.1.2"
},
"prettier": {
"printWidth": 1000,
"pugAttributeSeparator": "none"
},
"keywords": [],
"description": "This sandbox is preview for a PR"
}