tangled
alpha
login
or
join now
aylac.top
/
mysite
0
fork
atom
my personal website!
0
fork
atom
overview
issues
2
pulls
pipelines
dev dependency not normal one
aylac.top
11 months ago
96561718
0097fb58
verified
This commit was signed with the committer's
known signature
.
aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
+4
-7
2 changed files
expand all
collapse all
unified
split
package.json
pnpm-lock.yaml
+1
-3
package.json
···
2
"type": "module",
3
"devDependencies": {
4
"@11ty/eleventy": "^3.0.0",
0
5
"html-minifier": "^4.0.0",
6
"markdown-it": "^14.1.0",
7
"sass": "^1.85.1"
8
-
},
9
-
"dependencies": {
10
-
"@atcute/client": "^2.0.9"
11
}
12
}
···
2
"type": "module",
3
"devDependencies": {
4
"@11ty/eleventy": "^3.0.0",
5
+
"@atcute/client": "^2.0.9",
6
"html-minifier": "^4.0.0",
7
"markdown-it": "^14.1.0",
8
"sass": "^1.85.1"
0
0
0
9
}
10
}
+3
-4
pnpm-lock.yaml
···
7
importers:
8
9
.:
10
-
dependencies:
11
-
'@atcute/client':
12
-
specifier: ^2.0.9
13
-
version: 2.0.9
14
devDependencies:
15
'@11ty/eleventy':
16
specifier: ^3.0.0
17
version: 3.0.0
0
0
0
18
html-minifier:
19
specifier: ^4.0.0
20
version: 4.0.0
···
7
importers:
8
9
.:
0
0
0
0
10
devDependencies:
11
'@11ty/eleventy':
12
specifier: ^3.0.0
13
version: 3.0.0
14
+
'@atcute/client':
15
+
specifier: ^2.0.9
16
+
version: 2.0.9
17
html-minifier:
18
specifier: ^4.0.0
19
version: 4.0.0