12345678910111213141516171819202122232425 |
- {
- "name": "community",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "docs:dev": "vuepress dev",
- "docs:build": "vuepress build"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/DragonOS-Community/Community.git"
- },
- "author": "",
- "license": "GPL-2.0",
- "bugs": {
- "url": "https://github.com/DragonOS-Community/Community/issues"
- },
- "homepage": "https://github.com/DragonOS-Community/Community#readme",
- "devDependencies": {
- "@vuepress/bundler-vite": "^2.0.0-rc.14",
- "@vuepress/theme-default": "^2.0.0-rc.37",
- "vuepress": "^2.0.0-rc.14"
- }
- }
|