@leanup/cli
Version:
This CLI brings along all required tools to serve, test and build multi framework SPAs
58 lines (57 loc) • 2.03 kB
JSON
{
"name": "@template/core",
"version": "1.3.47",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
"cucumber": "cross-env NIGHTWATCH_ENV=chrome cucumber-js tests/cucumber/features/**/*.feature --require cucumber.conf.js --require tests/cucumber/step-definitions --format @cucumber/pretty-formatter --format json:.reports/cucumber/report.json",
"e2e": "nightwatch",
"format": "prettier --check \"{src,tests}/**\" --ignore-unknown",
"lint": "eslint \"{src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}\"",
"reinstall": "pnpm remove && npm install",
"remove": "rm -rf node_modules package-lock.json",
"update": "ncu -t minor -u && npm install && ncu",
"build": "cross-env NODE_ENV=production webpack",
"start": "pnpm serve -- --open",
"serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map --no-hot",
"preview": "vite preview",
"test": "cross-env NODE_ENV=test mocha",
"prepare:husky": "husky install",
"commit-msg": "commitlint",
"pre-commit": "lint-staged"
},
"lint-staged": {
"{src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}": [
"eslint"
],
"{src,tests}/**": [
"prettier --check"
]
},
"dependencies": {
"@leanup/form": "1.3.47",
"@leanup/lib": "1.3.47",
"@leanup/openapi-demo": "1.3.47",
"@public-oss/kolibri-themes": "0.0.3",
"@public-ui/components": "1.6.2",
"@public-ui/core": "1.6.2",
"@public-ui/themes": "1.6.2",
"navigo": "8.11.1",
"rxjs": "7.8.1"
},
"devDependencies": {
"@leanup/cli": "1.3.47",
"@leanup/git-hooks": "1.3.47",
"@leanup/stack": "1.3.47",
"@leanup/stack-vite": "1.3.47",
"@leanup/stack-webpack": "1.3.47",
"@unocss/preset-mini": "0.51.8",
"@unocss/vite": "0.51.8",
"@unocss/webpack": "0.51.8",
"chromedriver": "97.0.4",
"npm-check-updates": "16.13.3",
"postcss-windicss": "1.0.0",
"selenium-server": "3.141.59",
"typescript": "5.2.2"
}
}