1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/firekylin-firekylin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 6.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
lizheming Отправлено 13.03.2020 12:06 4d87f8b
{
"name": "firekylin",
"bin": "pkg.js",
"description": "A Simple & Fast Node Bloging Platform Base On ThinkJS 3.x & ReactJS & ES2015+",
"version": "1.3.1",
"author": "lizheming <i@imnerd.org>",
"scripts": {
"start": "node development.js",
"copy-package": "node bin/copy_package.js",
"webpack": "rimraf www/static/js && webpack --watch --progress",
"build": "rimraf www/static/js && cross-env NODE_ENV=prod webpack",
"analyzer": "cross-env NODE_ENV=analyzer webpack --watch --progress",
"webpack.build": "npm run webpack --",
"webpack.build.production": "npm run build --",
"lint": "eslint ./src ./*.js ./www/*.js ./www/static/src ./www/theme/firekylin --ignore-path .gitignore --cache -f table --ext .js,.jsx || true",
"lint-fix": "eslint ./src ./*.js ./www/*.js ./www/static/src ./www/theme/firekylin --ignore-path .gitignore -f table --ext .js,.jsx --fix || true",
"lint-break-on-errors": "echo '\n[INFO] Running ESLint...\n[INFO] (Autofix with `npm run lint-fix`)' && eslint ./src ./*.js ./www/*.js ./www/static/src ./www/theme/firekylin --ignore-path .gitignore -f table --ext .js,.jsx",
"check-extraneous-pkgs": "npm list --depth=0 && echo '[SUCCESS] No extraneous packages.' || (echo '[INFO] Pruning extraneous packages...\n' && npm prune)",
"cron:rss": "npm start -- \"admin/cron/rss\"",
"cron:comment": "npm start -- \"crontab/sync_comment\"",
"build:pkg": "pkg . --out-path=dist/"
},
"pre-commit": [
"lint-break-on-errors"
],
"dependencies": {
"ali-oss": "^6.2.1",
"aws-sdk": "^2.263.1",
"co": "^4.6.0",
"cos-nodejs-sdk-v5": "^2.5.6",
"feedparser": "^2.2.9",
"form-data": "^2.3.1",
"fs-extra": "^5.0.0",
"highlight.js": "^9.12.0",
"https": "^1.0.0",
"jszip": "^3.1.5",
"ldapjs": "^1.0.2",
"markdown-toc": "^1.2.0",
"marked": "^0.7.0",
"mathjax": "^2.7.4",
"mathjax-node": "^2.1.1",
"moment": "^2.22.0",
"nodemailer": "^2.7.2",
"on-finished": "^2.3.0",
"phpass": "^0.1.1",
"push-to-firekylin": "^0.2.3",
"qiniu": "^7.3.0",
"react-hot-loader": "^4.7.2",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"rxjs-hooks": "^0.4.0",
"semver": "^5.5.0",
"speakeasy": "^2.0.0",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-logger3": "^1.0.0",
"think-model": "^1.2.2",
"think-model-mysql": "^1.0.0",
"think-router-rest": "^1.0.4",
"think-session": "^1.1.3",
"think-session-file": "^1.0.5",
"think-view": "^1.0.0",
"think-view-nunjucks": "^1.0.1",
"thinkjs": "^3.2.11",
"to-markdown": "^3.1.1",
"upyun": "^3.3.4",
"wxr": "^0.1.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/codemirror": "0.0.60",
"@types/history": "^4.7.0",
"@types/moment": "^2.13.0",
"@types/node": "^10.5.6",
"@types/qrcode.react": "^0.8.1",
"@types/react": "^16.8.5",
"@types/react-codemirror": "^1.0.2",
"@types/react-color": "^2.13.6",
"@types/react-dom": "^16.8.2",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"antd": "^3.13.6",
"ava": "^0.18.0",
"axios": "^0.18.0",
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "6.x.x",
"babel-polyfill": "^6.7.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "6.x.x",
"babel-preset-stage-1": "^6.5.0",
"classnames": "^2.2.6",
"codemirror": "^5.40.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^6.10.3",
"file-loader": "^1.1.11",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"immutability-helper": "^2.8.1",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"md5": "^2.0.0",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"nyc": "^7.0.0",
"pre-commit": "^1.2.2",
"qrcode.react": "^0.8.0",
"raw-loader": "^0.5.1",
"rc-select": "^5.10.0",
"react": "^16.8.3",
"react-codemirror2": "^5.1.0",
"react-color": "^2.14.1",
"react-datetime": "^2.13.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.2",
"react-mixin": "^3.0.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-ui-tree": "^4.0.0",
"rimraf": "^2.6.2",
"rxjs": "^6.2.2",
"stc": "^2.0.14",
"stc-css-combine": "^1.0.1",
"stc-css-compress": "^1.0.1",
"stc-html-compress": "^1.0.1",
"stc-localstorage": "^1.0.3",
"stc-localstorage-nunjucks": "^1.0.1",
"stc-resource-version": "^1.0.0",
"stc-uglify": "^1.0.1",
"style-loader": "^0.13.0",
"superagent": "^5.0.2",
"think-watcher": "^3.0.0",
"tiny-pinyin": "^1.3.0",
"ts-import-plugin": "^1.5.4",
"ts-loader": "^4.4.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-loader": "^3.6.0",
"tslint-react": "^3.6.0",
"typescript": "^3.5.3",
"url-loader": "^1.0.1",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=8.9.4"
},
"readmeFilename": "README.md",
"thinkjs": {
"metadata": {
"name": "firekylin",
"description": "A Simple & Fast Node Bloging Platform Base On ThinkJS 3.x & ReactJS & ES2015+",
"author": "lizheming <i@imnerd.org>",
"babel": false,
"defaultModule": "home"
},
"projectName": "firekylin",
"templateName": "/usr/local/lib/node_modules/think-cli/default_template",
"cacheTemplatePath": "/Users/lizheming/.think-templates/-usr-local-lib-node_modules-think-cli-default_template",
"clone": false,
"isMultiModule": true
},
"pkg": {
"assets": [
"src/**/*",
"view/**/*",
"www/**/*",
".installed"
],
"targets": [
"node10-linux-x64",
"node10-macos-x64",
"node10-win-x64"
]
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/firekylin-firekylin.git
git@api.gitlife.ru:oschina-mirror/firekylin-firekylin.git
oschina-mirror
firekylin-firekylin
firekylin-firekylin
master