UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@template/core",
3 "version": "2.0.0-rc.65",
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": "rimraf 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 "unused": "ts-prune -e src",
23 "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\""
24 },
25 "dependencies": {
26 "@leanup/form": "2.0.0-rc.65",
27 "@leanup/lib": "2.0.0-rc.65",
28 "@leanup/openapi-demo": "2.0.0-rc.63",
29 "navigo": "8.11.1",
30 "rxjs": "7.5.6"
31 },
32 "devDependencies": {
33 "@leanup/cli": "2.0.0-rc.65",
34 "@leanup/git-hooks": "2.0.0-rc.64",
35 "@leanup/stack": "2.0.0-rc.65",
36 "@leanup/stack-webpack": "2.0.0-rc.65",
37 "chromedriver": "103.0.0",
38 "npm-check-updates": "16.0.5",
39 "postcss-windicss": "1.0.0",
40 "rimraf": "3.0.2",
41 "selenium-server": "3.141.59",
42 "typescript": "4.7.4"
43 }
44}