mirror of
https://github.com/lyx0/noury.li.git
synced 2024-11-13 19:49:54 +01:00
33 lines
924 B
JSON
33 lines
924 B
JSON
{
|
|
"name": "minwiz",
|
|
"version": "1.0.0",
|
|
"description": "MinWiz - Minimal starter kit for under 2 KB sites",
|
|
"scripts": {
|
|
"lint": "eslint . --ignore-path ./.gitignore",
|
|
"build": "gulp",
|
|
"deploy": "cd cdk && npm run deploy && cd .."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zeplia/minwiz.git"
|
|
},
|
|
"author": "Zeplia",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/zeplia/minwiz/issues"
|
|
},
|
|
"homepage": "https://github.com/zeplia/minwiz#readme",
|
|
"devDependencies": {
|
|
"del": "^6.1.1",
|
|
"eslint": "^8.25.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-inline-source": "^4.0.0"
|
|
}
|
|
}
|