初始化提交
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Mixly",
|
||||
"description": "Mixly",
|
||||
"scripts": {
|
||||
"start": "npm run test",
|
||||
"static": "node ./static-server/server.js",
|
||||
"test": "npm run deps && npm run static",
|
||||
"deps": "node scripts/deps-gen.js",
|
||||
"build:boards:all": "node scripts/build-boards.js --type all",
|
||||
"build:boards:arduino": "node scripts/build-boards.js --type arduino",
|
||||
"build:boards:micropython": "node scripts/build-boards.js --type micropython",
|
||||
"build:boards:python": "node scripts/build-boards.js --type python",
|
||||
"build:examples": "node scripts/build-examples.js"
|
||||
},
|
||||
"author": "Mixly",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"commander": "^11.1.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-webpack-plugin": "^4.0.1",
|
||||
"express": "^4.18.1",
|
||||
"fs-extra": "^10.0.1",
|
||||
"fs-plus": "^3.1.1",
|
||||
"html-loader": "^4.2.0",
|
||||
"html-webpack-plugin": "^5.5.3",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"minimist": "^1.2.5",
|
||||
"postcss-loader": "^7.3.3",
|
||||
"shelljs": "^0.8.5",
|
||||
"style-loader": "^3.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-bundle-analyzer": "^4.9.1",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^4.15.1",
|
||||
"webpack-merge": "^5.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user