Initial commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vitepress dev content",
|
||||
"build": "vitepress build content",
|
||||
"preview": "vitepress preview content",
|
||||
"lint": "eslint .vitepress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@garraflavatra/yeslint": "^1.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"vitepress": "^1.3.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "./node_modules/@garraflavatra/yeslint/configs/generic.js",
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user