mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 12:50:31 +08:00
60 lines
2.0 KiB
JSON
60 lines
2.0 KiB
JSON
{
|
|
"name": "typescript-learnings",
|
|
"version": "0.1.0",
|
|
"description": "TypeScript Learning stuffs.",
|
|
"main": "/dist/main.js",
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"start": "live-server dist/",
|
|
"sl-checkout": "sl pull && sl go main",
|
|
"sl-push": "sl add . && sl commit -m \"Updated.\" && sl push",
|
|
"git-push": "git add . && git commit -m \"Updated.\" && git push",
|
|
"serve": "npx honkit serve --port=10447 --lrport=35713 &"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gnu4cn/ts-learnings.git"
|
|
},
|
|
"keywords": [
|
|
"TypeScript"
|
|
],
|
|
"author": "Peng Hailin, unisko@gmail.com",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/gnu4cn/ts-learnings/issues"
|
|
},
|
|
"homepage": "https://github.com/gnu4cn/ts-learnings#readme",
|
|
"devDependencies": {
|
|
"@types/reflect-metadata": "^0.1.0",
|
|
"@types/uuid": "^3.4.5",
|
|
"gulp": "^4.0.2",
|
|
"gulp-browserify": "^0.5.1",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-sourcemap": "^1.0.1",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"live-server": "^1.2.0",
|
|
"typescript": "^3.6.4",
|
|
"gitbook-plugin-back-to-top-button": "^0.1.4",
|
|
"gitbook-plugin-cuav-chapters": "^1.0.3",
|
|
"gitbook-plugin-fontsettings": "^2.0.0",
|
|
"gitbook-plugin-heading-anchors": "^1.0.3",
|
|
"gitbook-plugin-highlight-code": "^1.0.0",
|
|
"gitbook-plugin-theme-comscore": "^0.0.3",
|
|
"honkit": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"gitbook-plugin-ace": "^0.3.2",
|
|
"gitbook-plugin-code": "^0.1.0",
|
|
"gitbook-plugin-include-codeblock": "^3.2.3",
|
|
"gitbook-plugin-search-pro-fixed": "^1.0.1",
|
|
"gitbook-plugin-sectionx": "^3.1.0",
|
|
"gitbook-plugin-sitemap": "^1.2.0",
|
|
"gitbook-plugin-splitter": "^0.0.8",
|
|
"gitbook-plugin-tbfed-pagefooter": "^0.0.1",
|
|
"gitbook-plugin-theme-door": "^1.0.2"
|
|
}
|
|
}
|