-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
28 lines (28 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "junilhwang-today-i-learned",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/JunilHwang/TIL",
"author": "junil-hwang <[email protected]>",
"scripts": {
"docs:dev": "vuepress dev",
"docs:build": "vuepress build"
},
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-feed": "2.0.0-rc.14",
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
"@vuepress/plugin-pwa": "2.0.0-rc.14",
"@vuepress/plugin-search": "2.0.0-rc.14",
"@vuepress/plugin-sitemap": "2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.14",
"glob": "^11.0.0",
"reveal.js": "^4.3.1",
"vuepress": "2.0.0-rc.14",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-underline": "^1.0.1",
"sass": "^1.77.8"
}
}