1 | {
|
2 | "name": "@template/core",
|
3 | "version": "1.2.34",
|
4 | "description": "",
|
5 | "scripts": {
|
6 | "coverage": "cross-env NODE_ENV=test nyc mocha",
|
7 | "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",
|
8 | "e2e": "nightwatch",
|
9 | "format": "prettier --check \"{src,tests}/**\" --ignore-unknown",
|
10 | "lint": "eslint \"{src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}\"",
|
11 | "reinstall": "npm run remove && npm install",
|
12 | "remove": "rm -rf node_modules package-lock.json",
|
13 | "update": "ncu -t minor -u && npm install && ncu",
|
14 | "build": "cross-env NODE_ENV=production webpack",
|
15 | "start": "npm run serve -- --open",
|
16 | "serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map --no-hot",
|
17 | "preview": "vite preview",
|
18 | "test": "cross-env NODE_ENV=test mocha",
|
19 | "prepare:husky": "husky install",
|
20 | "commit-msg": "commitlint",
|
21 | "pre-commit": "lint-staged"
|
22 | },
|
23 | "lint-staged": {
|
24 | "{src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}": [
|
25 | "eslint"
|
26 | ],
|
27 | "{src,tests}/**": [
|
28 | "prettier --check"
|
29 | ]
|
30 | },
|
31 | "dependencies": {
|
32 | "@leanup/form": "1.2.34",
|
33 | "@leanup/lib": "1.2.34",
|
34 | "@leanup/openapi-demo": "1.2.33",
|
35 | "navigo": "8.11.1",
|
36 | "rxjs": "7.5.5"
|
37 | },
|
38 | "devDependencies": {
|
39 | "@leanup/cli": "1.2.34",
|
40 | "@leanup/git-hooks": "1.2.34",
|
41 | "@leanup/stack": "1.2.34",
|
42 | "@leanup/stack-webpack": "1.2.34",
|
43 | "chromedriver": "95.0.0",
|
44 | "npm-check-updates": "12.5.9",
|
45 | "postcss-windicss": "1.0.0",
|
46 | "selenium-server": "3.141.59",
|
47 | "typescript": "4.4.4"
|
48 | }
|
49 | }
|