-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "awstats",
"version": "1.1.11",
"description": "A fast , static files generator framework , powered by Node.js",
"main": "dist/src/main.js",
"scripts": {
"dev": "tsc -w",
"build": "tsc ",
"lint": "eslint src && prettier --check src",
"lint:fix": "eslint --fix src && prettier --check --write src"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "Lete乐特",
"license": "MIT",
"keywords": [
"awstats",
"website",
"framework",
"static"
],
"dependencies": {
"chalk": "^2.4.2",
"chokidar": "^3.5.2",
"clean-css": "^4.2.3",
"cross-spawn": "^7.0.3",
"deepmerge": "^4.2.2",
"ejs": "^3.1.6",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"js-yaml": "^4.0.0",
"mime": "^3.0.0",
"uglify-js": "^3.12.4"
},
"devDependencies": {
"@types/clean-css": "^4.2.5",
"@types/cross-spawn": "^6.0.2",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/html-minifier": "^4.0.2",
"@types/js-yaml": "^4.0.5",
"@types/mime": "^3.0.1",
"@types/node": "^18.7.18",
"@types/uglify-js": "^3.17.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"typescript": "^4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lete114/AWStats.git"
},
"bugs": {
"url": "https://github.com/lete114/AWStats/issues"
},
"homepage": "https://github.com/lete114/AWStats#readme"
}