vuepress-theme-system
Version:
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "vuepress-theme-system",
"version": "0.1.16",
"description": "a vuepress theme",
"main": "index.js",
"scripts": {},
"author": "François Romain",
"license": "ISC",
"dependencies": {
"pixrem": "^5.0.0",
"postcss-button": "^0.3.17",
"postcss-color-mod-function": "^3.0.3",
"postcss-font-family-system-ui": "4.2.0",
"postcss-grid-fluid": "^0.3.4",
"postcss-grid-system": "^0.4.16",
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^4.1.0",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-typescale": "^0.2.3",
"vue": "^2.6.12"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.4.1",
"prettier": "^2.2.1"
},
"eslintConfig": {
"extends": [
"plugin:vue/recommended",
"standard",
"prettier",
"prettier/standard"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"bracketSpacing": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/francoisromain/vuepress-theme-system.git"
},
"keywords": [
"vuepress",
"theme",
"system.css"
],
"bugs": {
"url": "https://github.com/francoisromain/vuepress-theme-system/issues"
},
"homepage": "https://github.com/francoisromain/vuepress-theme-system#readme"
}