Packages
Potionx project generator. Provides a `mix potionx.new` task to bootstrap a new Elixir application with Phoenix, Absinthe, Pow and Vue dependencies.
Current section
Files
Jump to
Current section
Files
templates/potionx/frontend/admin/package.json
{
"name": "admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build"
},
"dependencies": {
"@fontsource/inter": "^4.1.0",
"@potionapps/ui": "^0.0.1",
"@urql/core": "^1.16.2",
"@urql/exchange-auth": "^0.1.2",
"@urql/exchange-graphcache": "^3.4.0",
"@urql/vue": "^0.2.1",
"graphql": "^15.4.0",
"vue-router": "^4.0.3",
"vue": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.4",
"@vitejs/plugin-vue-jsx": "^1.0.2",
"@vue/compiler-sfc": "^3.0.5",
"@vuedx/typecheck": "^0.4.1",
"@vuedx/typescript-plugin-vue": "^0.4.1",
"autoprefixer": "^10.2.3",
"postcss": "^8.2.4",
"postcss-nesting": "^7.0.1",
"shared": "file:../shared",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.59"
}
}