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
potionx_new templates potionx frontend shared package.json
Raw

templates/potionx/frontend/shared/package.json

{
"name": "shared",
"version": "0.0.0",
"scripts": {
"types": "graphql-codegen"
},
"dependencies": {
},
"devDependencies": {
"@graphql-codegen/cli": "^1.20.1",
"@graphql-codegen/typescript": "^1.20.2",
"graphql": "^15.5.0"
}
}