feat: 改成新脚手架的
Showing
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
bin/build.js
0 → 100644
This diff is collapsed.
form/ace/ace.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
form/ace/ext-options.js
0 → 100644
This diff is collapsed.
form/ace/mode-javascript.js
0 → 100644
This diff is collapsed.
form/ace/mode-json.js
0 → 100644
form/ace/mode-json5.js
0 → 100644
form/ace/snippets/json.js
0 → 100644
form/ace/snippets/json5.js
0 → 100644
form/ace/theme-chrome.js
0 → 100644
This diff is collapsed.
form/ace/worker-json.js
0 → 100644
This diff is collapsed.
form/index.html
0 → 100644
form/src/app.js
deleted
100644 → 0
form/src/index.html
deleted
100644 → 0
form/src/styles.css
deleted
100644 → 0
This diff is collapsed.
| ... | @@ -5,13 +5,17 @@ | ... | @@ -5,13 +5,17 @@ |
| "main": "build.js", | "main": "build.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "sh ./publish/build.sh", | "publish": "node ./bin/build.js", | ||
| "win": "cd publish && build.cmd" | "start": "node ./bin/app.js" | ||
| }, | }, | ||
| "author": "", | "author": "", | ||
| "type": "module", | |||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "compressing": "^1.5.0" | "base-64": "^1.0.0", | ||
| "compressing": "^1.5.1", | |||
| "js-base64": "^3.7.2", | |||
| "uuid": "^8.3.2", | |||
| "child_process": "^1.0.2", | |||
| "express": "^4.17.1" | |||
| } | } | ||
| } | } |
play/.gitignore
deleted
100644 → 0
No preview for this file type
publish/build.js
deleted
100644 → 0
publish/package.json
deleted
100644 → 0
File deleted
Please register or sign in to comment