初始化提交
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
/node_modules
|
||||||
1452
package-lock.json
generated
Normal file
1452
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "mixly3-server",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitee.com/bnu_mixly/mixly3-server.git"
|
||||||
|
},
|
||||||
|
"author": "Mixly Team",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"commander": "^12.1.0",
|
||||||
|
"express": "^4.21.1",
|
||||||
|
"fs-extra": "^11.2.0",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"serialport": "^12.0.0",
|
||||||
|
"shelljs": "^0.8.5",
|
||||||
|
"simple-git": "^3.27.0",
|
||||||
|
"socket.io": "^4.8.1",
|
||||||
|
"usb": "^2.14.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
0
src/index.js
Normal file
0
src/index.js
Normal file
0
src/user/config.json
Normal file
0
src/user/config.json
Normal file
Reference in New Issue
Block a user