mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 17:34:22 +01:00
36 lines
861 B
JSON
36 lines
861 B
JSON
{
|
|
"name": "project-name",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.4.0",
|
|
"@heroicons/vue": "^1.0.3",
|
|
"@tailwindcss/aspect-ratio": "^0.2.1",
|
|
"@tailwindcss/forms": "^0.3.3",
|
|
"@types/node": "^16.6.1",
|
|
"@types/vue-router": "^2.0.0",
|
|
"axios": "^0.21.1",
|
|
"luxon": "^2.0.2",
|
|
"prismjs": "^1.24.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"sass": "^1.38.0",
|
|
"sass-loader": "^12.1.0",
|
|
"tailwindcss": "^2.2.7",
|
|
"typescript": "^4.3.5",
|
|
"vue": "^3.0.5",
|
|
"vue-prism-component": "^2.0.0",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.3.0",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"vite": "^2.4.4",
|
|
"vite-plugin-windicss": "^1.2.7",
|
|
"windicss": "^3.1.7"
|
|
}
|
|
}
|