-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.59 KB
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
{
"name": "andre.life",
"version": "1.0.0",
"description": "My homepage",
"main": "build/index.html",
"repository": {
"type": "git",
"url": "https://github.com/andre487/andre.life.git"
},
"scripts": {
"audit": "npm audit --omit=dev",
"deps": "npm i --no-audit && npm run audit",
"deps:ci": "npm ci --no-audit && npm run audit",
"dev": "http-server ./build -a localhost --port 0 -c-1 -d -i",
"lint": "eslint .",
"test": "npm run lint",
"build": "gulp",
"build:watch": "nodemon --watch src --watch data --watch gulp-helpers --watch gulpfile.js --ext '*' --exec npm run build",
"prepare": "husky install"
},
"author": "Andrey Prokopyuk <[email protected]> (https://andre.life)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andre487/andre.life/issues"
},
"homepage": "https://github.com/andre487/andre.life#readme",
"devDependencies": {
"@types/node": "^22.10.5",
"csp-hash-generator": "^0.0.3",
"csp-parse": "^0.0.2",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"glob": "^10.3.10",
"gulp": "^5.0.0",
"gulp-cleaner-css": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-htmlmin": "^5.0.1",
"handlebars": "^4.7.8",
"handlebars-layouts": "^3.1.4",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"moment": "^2.30.0",
"node-fetch": "^2.7.0",
"node-html-parser": "^6.1.12",
"nodemon": "^3.0.2",
"object-assign-deep": "^0.4.0",
"readable-stream": "^3.6.2",
"through2": "^4.0.2",
"throw": "^1.1.1",
"vinyl": "^3.0.0"
}
}