-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@aasaam/error-pages",
"version": "0.0.0",
"description": "Modified error pages for web servers",
"keywords": [
"aasaam",
"error",
"http-status",
"nginx",
"http"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aasaam/error-pages.git"
},
"homepage": "https://aasaam.github.io/error-pages/",
"devDependencies": {
"@aasaam/brand-icons": "^0",
"@aasaam/http-status-extra": "^0",
"@aasaam/information": "^0",
"cssnano": "^5",
"cssnano-preset-lite": "^2",
"eslint": "^8",
"eslint-config-airbnb-base": "^15",
"eslint-plugin-import": "^2",
"eslint-plugin-sonarjs": "^0",
"lodash": "^4",
"minireset.css": "^0",
"node-sass": "^7",
"nunjucks": "^3",
"postcss": "^8",
"pug": "^3",
"purgecss": "^4",
"strip-comments": "^2",
"uglify-js": "^3"
},
"scripts": {
"lint": "eslint .",
"build": "node ./bin/build.js"
},
"authors": [
{
"name": "Muhammad Hussein Fattahizadeh",
"email": "[email protected]"
}
],
"license": "MIT"
}