blender-open-data/website/package.json

16 lines
482 B
JSON

{
"name": "blender-opendata-website",
"version": "0.1.0",
"description": "The Blender Open Data website",
"repository": "https://developer.blender.org/source/blender-open-data/",
"author": "Sem Mulder <sem@mulderke.net>",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"stylelint": "^12.0.0",
"stylelint-config-recommended": "^3.0.0"
}
}