adding package JSON files
This commit is contained in:
parent
278d5bfbbe
commit
6615423295
5076
package-lock.json
generated
Normal file
5076
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
20
package.json
Normal file
20
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user