47 строки
1.2 KiB
JSON
47 строки
1.2 KiB
JSON
{
|
|
"name": "@Syncfusion/xamarin.android-docs",
|
|
"version": "1.0.0",
|
|
"description": "Syncfusion TypeScript common documentation",
|
|
"author": "Syncfusion Inc.",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"core-js": "^2.5.7",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-csslint": "^1.0.1",
|
|
"gulp-csslint-report": "^2.0.0",
|
|
"gulp-gzip": "^1.4.2",
|
|
"lodash": "^4.17.11",
|
|
"markdownlint": "^0.11.0",
|
|
"markdown-link-extractor": "^1.2.0",
|
|
"markdown-spellcheck": "^1.3.1",
|
|
"prismjs": "^1.15.0",
|
|
"require-dir": "^1.0.0",
|
|
"shelljs": "^0.8.2",
|
|
"styled-components": "^3.4.9",
|
|
"typeface-merriweather": "0.0.43",
|
|
"typeface-montserrat": "0.0.43",
|
|
"typo-js": "^1.0.3",
|
|
"typescript": "^2.6.2",
|
|
"typography": "^0.16.17",
|
|
"typography-theme-wordpress-2016": "^0.15.10",
|
|
"webpack": "4.28.4",
|
|
"terser": "3.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"gh-pages": "^1.2.0",
|
|
"json-loader": "^0.5.7",
|
|
"prettier": "^1.14.2"
|
|
},
|
|
"config": {
|
|
"ghooks": {
|
|
"pre-commit": "gulp test"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"publish": "gulp ship-to-gitlab"
|
|
}
|
|
}
|