-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "me",
"version": "1.0.0",
"description": "赵沐为的职业信息",
"keywords": [
"zhaomuwei",
"Zhao Muwei"
],
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"dev": "npm run clean && gulp",
"build": "npm run clean && NODE_ENV=production gulp",
"htmlhint": "htmlhint dist/index.html",
"deploy": "npm run build && npm run htmlhint && gh-pages -d dist"
},
"repository": "github:ZhaoMuwei/me",
"author": {
"name": "Zhao Muwei",
"email": "zhaomuwei@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ZhaoMuwei/me/issues"
},
"homepage": "https://github.com/ZhaoMuwei/me#readme",
"devDependencies": {
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"htmlhint": "^0.14.1",
"rimraf": "^3.0.2",
"sass": "^1.28.0",
"stream-series": "^0.1.1",
"typescript": "^3.9.7"
},
"dependencies": {
"gulp-htmlmin": "^5.0.1"
}
}