-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
33 lines (33 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0"
}
}