@vuepress-reco/style-default
Version:
It is default type of vuepress-theme-reco.
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "@vuepress-reco/style-default",
"version": "2.0.1-alpha.1",
"description": "It is default type of vuepress-theme-reco.",
"keywords": [
"vuepress",
"reco",
"type"
],
"author": "reco_luan <recoluan@outlook.com>",
"homepage": "https://github.com/recoluan/vuepress-theme-reco-next#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/recoluan/vuepress-theme-reco-next.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc --build tsconfig.build.json",
"build:watch": "tsc --build -w tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,scss,css,svg}\" lib"
},
"bugs": {
"url": "https://github.com/recoluan/vuepress-theme-reco-next/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@vuepress-reco/core": "^2.0.1-alpha.1",
"tailwindcss": "^2.1.1"
},
"gitHead": "1400cdb2330affbfd9a358751206a281d2045d13"
}