438ac35487
* Implement Ctrl+S or Command+S for save draft * rename * add Typecho.savePost * fix upload file size * add new uploader * replace new uploader * fix textarea change * fix preview * refactor post edit * fix issue * fix page edit --------- Co-authored-by: joyqi <joyqi@segmentfault.com> Co-authored-by: joyqi <magike.net@gmail.com>
27 lines
553 B
JSON
27 lines
553 B
JSON
{
|
|
"name": "typecho-tools",
|
|
"version": "1.0.0",
|
|
"description": "Typecho build tools",
|
|
"main": "build.js",
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"scripts": {
|
|
"build_js": "node build.js js",
|
|
"build_css": "node build.js css",
|
|
"build_css:theme": "node build.js theme_css"
|
|
},
|
|
"keywords": [
|
|
"typecho"
|
|
],
|
|
"author": "joyqi",
|
|
"license": "GPL-2.0-only",
|
|
"dependencies": {
|
|
"@picocss/pico": "^1.5.0",
|
|
"chalk": "^4.0.0",
|
|
"node-sass": "^9.0.0",
|
|
"sprite-magic-importer": "^1.6.2",
|
|
"uglify-js": "^3.11.6"
|
|
}
|
|
}
|