-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "vue-vite-tw",
"version": "0.0.0",
"description": "Vue, Vite and Tailwind/headless ui",
"main": "index.js",
"repository": "https://github.com/philipimperato/vue3-vite-tailwind.git",
"author": "Philip Imperato",
"license": "GNU",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@feathersjs/vuex": "4.0.1-pre.11",
"@headlessui/vue": "^1.0.0",
"@tailwindcss/forms": "^0.3.2",
"@vueuse/core": "^4.3.4",
"@vueuse/head": "^0.5.1",
"events": "^3.3.0",
"feathers-hooks-common": "^5.0.5",
"pug": "^3.0.2",
"socket.io-client": "^4.0.1",
"vue": "3.0.11",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.1",
"vite": "^2.1.5",
"vite-plugin-components": "^0.8.4"
}
}