Scaffold project structure
Setup vcs, editor, language, and package configs for a basic site generator using TSX to build an html website.
This commit is contained in:
commit
51b458103b
9 changed files with 121 additions and 0 deletions
40
pnpm-lock.yaml
generated
Normal file
40
pnpm-lock.yaml
generated
Normal file
|
@ -0,0 +1,40 @@
|
|||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
antihtml:
|
||||
specifier: ^0.3.0
|
||||
version: 0.3.0
|
||||
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^22.10.7
|
||||
version: 22.10.7
|
||||
typescript:
|
||||
specifier: ^5.7.3
|
||||
version: 5.7.3
|
||||
|
||||
packages:
|
||||
|
||||
/@types/node@22.10.7:
|
||||
resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==}
|
||||
dependencies:
|
||||
undici-types: 6.20.0
|
||||
dev: true
|
||||
|
||||
/antihtml@0.3.0:
|
||||
resolution: {integrity: sha512-8a2MUiR8laKIhzFAHmCn5mPQbx5yJf7B9lO7Uqa5QGqkca64JNwExnSyM2GVra98Mqhsu9G4M3oZ9dVyg2EDzg==}
|
||||
dev: false
|
||||
|
||||
/typescript@5.7.3:
|
||||
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/undici-types@6.20.0:
|
||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
||||
dev: true
|
Loading…
Add table
Add a link
Reference in a new issue