-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·32 lines (32 loc) · 984 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
29
30
31
32
{
"name": "ror-player-docs",
"description": "",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev-server": "vuepress dev src",
"build": "vuepress build src",
"clean": "rimraf dist",
"check": "vuepress check-md src"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.40",
"@vuepress/plugin-medium-zoom": "^2.0.0-rc.40",
"@vuepress/plugin-nprogress": "^2.0.0-rc.40",
"@vuepress/plugin-register-components": "^2.0.0-rc.37",
"@vuepress/plugin-search": "^2.0.0-rc.40",
"@vuepress/theme-default": "^2.0.0-rc.40",
"rimraf": "^6.0.1",
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-check-md": "^0.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"bootstrap": "^5.3.3"
},
"packageManager": "[email protected]"
}