adding package JSON files

This commit is contained in:
Brian 2022-08-18 12:56:44 -06:00
parent 278d5bfbbe
commit 6615423295
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8
2 changed files with 5096 additions and 0 deletions

5076
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "vuepress-wiki",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-prismjs": "^2.0.0-beta.49",
"vuepress": "^2.0.0-beta.49"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"tailwindcss": "^3.1.8"
}
}