-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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": "magcho.github.io",
"version": "1.0.0",
"description": "magchoのポートフォリオ",
"main": "index.js",
"scripts": {
"build": "make clean && node ./build.js && gulp build --env production",
"watch": "webpack -w",
"dev": "webpack-dev-server",
"format": "prettier -w ./src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magcho/magcho.github.io.git"
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/magcho/magcho.github.io/issues"
},
"homepage": "https://github.com/magcho/magcho.github.io#readme",
"devDependencies": {
"@prettier/plugin-pug": "^1.20.1",
"browser-sync": "^2.27.9",
"clean-css": "^5.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-stylus": "^2.7.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^5.5.0",
"jstransformer-markdown-it": "^2.1.0",
"license-list": "^0.1.3",
"minimist": "^1.2.6",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"stylus": "^0.57.0",
"through2": "^4.0.2",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"markdown-it": "^12.3.2",
"sharp": "^0.30.3",
"smoothscroll-polyfill": "^0.4.4",
"three": "^0.139.2",
"uglify-js": "^3.15.4"
}
}