46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"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",
|
|
"publish:boards:all": "node scripts/publish-boards.js --type all",
|
|
"publish:boards:arduino": "node scripts/publish-boards.js --type arduino",
|
|
"publish:boards:micropython": "node scripts/publish-boards.js --type micropython",
|
|
"publish:boards:python": "node scripts/publish-boards.js --type python",
|
|
"build:examples:ob": "node scripts/build-examples.js -t all --obfuscate",
|
|
"boards:lint": "eslint ./boards/default_src/ --ext .js --format stylish"
|
|
},
|
|
"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",
|
|
"shortid": "^2.2.16",
|
|
"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"
|
|
}
|
|
}
|