-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"private": true,
"dependencies": {
"@material/button": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/typography": "^10.0.0",
"css-aspect-ratio": "^1.0.5"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp buildDev",
"deploy": "gulp deploy",
"serve": "http-server ./.dist -o -p 3000",
"watch:css": "onchange 'src/sass' -- npm run build",
"watch:posts": "onchange 'src/posts' -- npm run build",
"watch:includes": "onchange 'src/includes' -- npm run build",
"watch": "run-p serve watch:css watch:posts watch:includes"
},
"devDependencies": {
"convert-svg-to-png": "^0.7.1",
"eslint": "^8.27.0",
"feed": "^5.2.0",
"front-matter": "^4.0.2",
"gulp": "^5.0.1",
"gulp-append-prepend": "^1.0.9",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^9.2.0",
"gulp-markdown": "^8.0.0",
"gulp-nunjucks": "^6.1.0",
"gulp-plugin-extras": "^1.1.0",
"gulp-sass": "^5.1.0",
"http-server": "^14.1.1",
"imagemin": "^9.0.1",
"imagemin-optipng": "^8.0.0",
"marked": "^17.0.1",
"marked-gfm-heading-id": "^4.1.3",
"marked-highlight": "^2.2.3",
"moment": "^2.30.1",
"node-exec-promise": "^1.0.2",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"prettier": "^3.8.1",
"puppeteer": "^24.37.2",
"sass": "^1.56.0",
"shiki": "^3.22.0",
"through2": "^4.0.2"
}
}