Packages

Fermo project generator. Provides a `mix fermo.new` task to bootstrap a new Fermo project with the standard dependencies for use with DatoCMS.

Current section

Files

Jump to
fermo_new templates new package.json
Raw

templates/new/package.json

{
"name": "<%= @project[:app] %>",
"version": "0.1.0",
"description": "Webpack pipeline for <%= @project[:app] %>",
"main": "all.js",
"repository": "TODO",
"author": "TODO",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"css-loader": ">= 0.0.0",
"eslint": ">= 0.0.0",
"eslint-config-airbnb": ">= 0.0.0",
"eslint-plugin-import": ">= 0.0.0",
"eslint-plugin-jsx-a11y": ">= 0.0.0",
"eslint-plugin-react": ">= 0.0.0",
"import-glob-loader": ">= 1.0.0",
"mini-css-extract-plugin": ">= 0.0.0",
"postcss-loader": ">= 1.0.0",
"sass": ">= 1.0.0",
"sass-loader": ">= 1.0.0",
"webpack": "~> 5.0",
"webpack-cli": ">= 1.0.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": ">= 1.0.0"
}
}