init
This commit is contained in:
commit
0a1187788c
49 changed files with 11570 additions and 0 deletions
32
package.json
Normal file
32
package.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "reidlab-online",
|
||||
"version": "1.0.0",
|
||||
"description": "reidlab.online",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "npm run lint && astro check && astro build",
|
||||
"preview": "astro preview",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"author": "reidlab",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/sitemap": "^3.1.5",
|
||||
"astro": "^4.9.3",
|
||||
"astro-compress": "^2.2.28",
|
||||
"astro-vtbot": "^1.7.23",
|
||||
"figlet": "^1.7.0",
|
||||
"modern-normalize": "^2.0.0",
|
||||
"postcss-preset-env": "^9.5.14",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-astro": "^1.2.0",
|
||||
"typescript-eslint": "^7.13.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue