01ddfaf80a
* Update tailwind branch to main * This setup results in much faster TW HMR reloads
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open",
|
|
"build": "cross-env NODE_ENV=production vite-ssg build"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^4.1.1",
|
|
"@vueuse/head": "^0.2.3",
|
|
"nprogress": "^0.2.0",
|
|
"prism-theme-vars": "^0.1.4",
|
|
"vue": "^3.0.5",
|
|
"vue-i18n": "^9.0.0-rc.7",
|
|
"vue-router": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.4.3",
|
|
"@iconify/json": "^1.1.303",
|
|
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.17",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
"@vitejs/plugin-vue": "^1.1.4",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"@vue/server-renderer": "^3.0.5",
|
|
"autoprefixer": "^10.2.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.20.0",
|
|
"markdown-it-prism": "^2.1.4",
|
|
"pnpm": "^5.17.2",
|
|
"postcss": "^8.2.6",
|
|
"postcss-nested": "^5.0.3",
|
|
"tailwindcss": "^2.0.3",
|
|
"typescript": "^4.1.5",
|
|
"vite": "^2.0.1",
|
|
"vite-plugin-components": "^0.6.12",
|
|
"vite-plugin-icons": "^0.2.2",
|
|
"vite-plugin-md": "^0.5.1",
|
|
"vite-plugin-pages": "^0.4.4",
|
|
"vite-plugin-pwa": "^0.4.7",
|
|
"vite-plugin-vue-layouts": "^0.2.2",
|
|
"vite-ssg": "^0.8.9"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config",
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "off"
|
|
}
|
|
}
|
|
}
|