@leanup/cli
Version:
This CLI brings along all required tools to serve, test and build multi framework SPAs
45 lines (44 loc) • 1.94 kB
JSON
{
"name": "@template/core",
"version": "2.0.0-rc.65",
"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": "npm run remove && npm install",
"remove": "rimraf node_modules package-lock.json",
"update": "ncu -t minor -u && npm install && ncu",
"build": "cross-env NODE_ENV=production webpack",
"start": "npm run 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",
"unused": "ts-prune -e src",
"prepare": "rimraf .husky && husky install && husky add .husky/commit-msg \"npx commitlint --edit $1\" && husky add .husky/pre-commit \"npm run lint\" && husky add .husky/pre-commit \"npm run format\" && husky add .husky/pre-commit \"npm run ts-prune\""
},
"dependencies": {
"@leanup/form": "2.0.0-rc.65",
"@leanup/lib": "2.0.0-rc.65",
"@leanup/openapi-demo": "2.0.0-rc.63",
"navigo": "8.11.1",
"rxjs": "7.5.6"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.65",
"@leanup/git-hooks": "2.0.0-rc.64",
"@leanup/stack": "2.0.0-rc.65",
"@leanup/stack-webpack": "2.0.0-rc.65",
"chromedriver": "103.0.0",
"npm-check-updates": "16.0.5",
"postcss-windicss": "1.0.0",
"rimraf": "3.0.2",
"selenium-server": "3.141.59",
"typescript": "4.7.4"
}
}