UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@template/core",
3 "version": "1.3.43",
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.3.43",
33 "@leanup/lib": "1.3.43",
34 "@leanup/openapi-demo": "1.3.41",
35 "@public-oss/kolibri-themes": "0.0.2",
36 "@public-ui/components": "1.1.16",
37 "@public-ui/core": "1.1.16",
38 "@public-ui/themes": "1.1.16",
39 "navigo": "8.11.1",
40 "rxjs": "7.8.0"
41 },
42 "devDependencies": {
43 "@leanup/cli": "1.3.43",
44 "@leanup/git-hooks": "1.3.43",
45 "@leanup/stack": "1.3.43",
46 "@leanup/stack-vite": "1.3.43",
47 "@leanup/stack-webpack": "1.3.43",
48 "@unocss/preset-mini": "0.48.3",
49 "@unocss/vite": "0.48.3",
50 "@unocss/webpack": "0.48.3",
51 "chromedriver": "97.0.4",
52 "npm-check-updates": "12.5.12",
53 "postcss-windicss": "1.0.0",
54 "selenium-server": "3.141.59",
55 "typescript": "4.5.5"
56 }
57}