@leanup/cli
Version:
This CLI brings along all required tools to serve, test and build multi framework SPAs
61 lines (60 loc) • 2.31 kB
JSON
{
"name": "@template/core",
"version": "1.1.23",
"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}/**",
"lint": "eslint {src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}",
"reinstall": "npm run remove && npm install",
"remove": "rm -rf node_modules package-lock.json",
"update": "ncu -t minor -u && npm install && ncu",
"snowpack:build": "cross-env NODE_ENV=production snowpack build",
"snowpack:serve": "npm run snowpack:start -- --open none",
"snowpack:start": "cross-env NODE_ENV=development snowpack dev",
"vite:build": "cross-env NODE_ENV=production vite build",
"vite:serve": "cross-env NODE_ENV=development vite",
"vite:start": "npm run vite:serve -- --open",
"webpack:build": "cross-env NODE_ENV=production webpack",
"webpack:start": "npm run webpack:serve -- --open=chrome",
"webpack:serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map",
"build": "npm run webpack:build",
"preview": "vite preview",
"serve": "npm run webpack:serve",
"start": "npm run webpack:start",
"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.1.23",
"@leanup/lib": "1.1.23",
"navigo": "8.11.1",
"rxjs": "7.1.0"
},
"devDependencies": {
"@leanup/cli": "1.1.23",
"@leanup/git-hooks": "1.1.23",
"@leanup/stack": "1.1.23",
"@leanup/stack-snowpack": "1.1.23",
"@leanup/stack-vite": "1.1.23",
"@leanup/stack-webpack": "1.1.23",
"@tailwindcss/jit": "0.1.18",
"chromedriver": "89.0.0",
"npm-check-updates": "11.6.0",
"postcss-windicss": "1.0.0",
"selenium-server": "3.141.59",
"typescript": "4.3.2"
}
}