-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"author": "wevsmy",
"bugs": {
"url": "https://github.com:wevsmy/weii-blog-source/issues"
},
"comments": {
"dependencies": {},
"devDependencies": {
"@tailwindcss/line-clamp": "project",
"autoprefixer": "project",
"axios": "project",
"gulp": "project",
"gulp-clean": "project",
"gulp-clean-css": "project",
"gulp-fontmin": "project",
"gulp-html-minifier-terser": "project",
"gulp-htmlclean": "project",
"gulp-shell": "project",
"gulp-terser": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-import": "project",
"react": "project",
"react-dom": "project",
"tailwindcss": "project",
"workbox-build": "project"
}
},
"description": "weii's blog",
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"axios": "^1.3.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-fontmin": "^0.7.4",
"gulp-html-minifier-terser": "7.1.0",
"gulp-htmlclean": "^2.7.22",
"gulp-shell": "^0.8.0",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"workbox-build": "^6.5.4"
},
"homepage": "https://github.com:wevsmy/weii-blog-source/#readme",
"keywords": [
"blog",
"hugo",
"hugo-theme-meme"
],
"license": "CC-BY-NC-SA-4.0",
"main": "index.js",
"name": "weii.ink",
"repository": {
"type": "git",
"url": "git+https://github.com:wevsmy/weii-blog-source.git"
},
"scripts": {
"init": "pnpm install --shamefully-hoist",
"dev": "hugo server -D",
"start": "hugo server -D",
"server": "hugo server -D",
"preview": "hugo server -D --renderToDisk --environment production",
"build": "hugo --gc --minify --cleanDestinationDir && gulp build",
"update": "git submodule update --init --recursive && git submodule update --rebase --remote"
},
"version": "1.0.0"
}