Files
mudita-center/package.json
2022-11-28 15:42:22 +01:00

69 lines
2.9 KiB
JSON

{
"name": "mudita-center",
"description": "Mudita Center",
"productName": "Mudita Center",
"private": true,
"scripts": {
"pre-commit": "lint-staged",
"setup": "npm install && npm run bootstrap:local",
"bootstrap:local": "lerna bootstrap",
"bootstrap:ci": "lerna bootstrap --no-ci",
"bootstrap:netlify": "lerna bootstrap --force-local --ignore-scripts",
"develop": "npm run app:develop --",
"lint": "lerna run lint --",
"lint:fix": "lerna run lint:fix",
"lint:typecheck": "lerna run lint:typecheck",
"test:coverage": "lerna run test:coverage --",
"prerelease": "npm run app:prerelease",
"storybook:serve": "npm run app:storybook:serve --",
"storybook:build": "npm run app:storybook:build --",
"dist:dev": "npm run app:dist:dev --",
"dist:dev:all": "npm run app:dist:dev:all --",
"dist:prod": "npm run app:dist:prod --",
"dist:prod:all": "npm run app:dist:prod:all --",
"app:dist:dev": "lerna run --scope @mudita/mudita-center-app dist:dev",
"app:dist:prod": "lerna run --scope @mudita/mudita-center-app dist:prod",
"app:dist:dev:all": "lerna run --scope @mudita/mudita-center-app dist:dev:all",
"app:dist:prod:all": "lerna run --scope @mudita/mudita-center-app dist:prod:all",
"APP COMMANDS": "=========================================================",
"app:develop": "lerna run --scope @mudita/mudita-center-app develop",
"app:lint": "lerna run --scope @mudita/mudita-center-app lint",
"app:lint:typecheck": "lerna run --scope @mudita/mudita-center-app lint:typecheck",
"app:test:coverage": "lerna run --scope @mudita/mudita-center-app test:coverage",
"app:prerelease": "lerna run --scope @mudita/mudita-center-app prerelease",
"app:storybook:serve": "lerna run --scope @mudita/mudita-center-app storybook:serve",
"app:storybook:build": "lerna run --scope @mudita/mudita-center-app storybook:build",
"app:electron:rebuild-serialport": "lerna run --scope @mudita/mudita-center-app electron:rebuild-serialport --",
"E2E TEST COMMANDS": "========================================================",
"test:e2e": "lerna run --scope @mudita/mudita-center-e2e test --"
},
"repository": {
"type": "git",
"url": "https://github.com/Mudita/mudita-center"
},
"author": {
"name": "Mudita",
"email": "contact@mudita.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Mudita/mudita-center/issues"
},
"homepage": "https://github.com/Mudita/mudita-center",
"devDependencies": {
"@mudita/eslint-config": "1.0.14",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint-plugin-license-header": "^0.4.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"engines": {
"node": "14.17.3",
"npm": "6.14.13"
}
}