-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 860 Bytes
/
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
{
"name": "dnd-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@huntersofbook/chatwoot-vue": "^1.2.0",
"@vitejs/plugin-vue": "^1.6.1",
"html-minifier": "^4.0.0",
"node-sass": "9.0.0",
"prerender-spa-plugin": "^3.4.0",
"swiper": "^6.8.1",
"vite": "^2.5.4",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^9.8.6",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^7.0.35",
"sass": "^1.37.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2"
}
}