-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
78 lines (78 loc) · 3.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@db-ui/elements-monorepo",
"version": "0.0.0",
"scripts": {
"prepare": "husky",
"start": "concurrently \"npm run build.watch.enterprise --workspace=@db-ui/elements\" \"npm run start:storybook\"",
"start:storybook": "npm run start --workspace=@db-ui/elements-storybook",
"watch:showcase:react": "concurrently \"npm run build.watch.local --workspace=@db-ui/elements\" \"npm run watch --workspace=@db-ui/react-elements\"",
"build": "npm run build --workspace=@db-ui/elements",
"build:storybook": "npm run build --workspace=@db-ui/elements-storybook",
"build:local:angular": "node scripts/build angular",
"build:local:react": "node scripts/build react",
"build:local:vue": "node scripts/build vue",
"test": "npm run test --workspace=@db-ui/elements",
"cypress": "npx --no cypress run --project ./e2e",
"cypress:watch": "npx --no cypress open --project ./e2e ",
"cypress:ci": "start-server-and-test start:storybook http://localhost:6006 cypress",
"cypress:full": "node scripts/build angular,playground,react,reactwind,vue withShowcase && concurrently \"npm run cypress:watch\" \"npm run start:storybook\"",
"cypress:snapshot:base": "npx --no cypress run --project ./e2e --env visualRegressionType=base --config screenshotsFolder=e2e/cypress/snapshots/base",
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
"lint:stylelint": "stylelint **/*.scss",
"lint:eslint": "eslint . --ext .ts,.js --ignore-path .gitignore --ignore-path .eslintignore && npm run lint --workspace=@db-ui/elements",
"generate": "npm run generate --workspace=@db-ui/elements",
"clean": "git clean -dfx --exclude=.env",
"link:repositories": "cd ../db-ui-core && npm link && cd ../db-ui-elements && npm link @db-ui/core"
},
"workspaces": [
"packages/*",
"showcase/*"
],
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"concurrently": "9.1.0",
"conventional-changelog-cli": "^5.0.0",
"cpr": "3.0.1",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-vue": "^9.30.0",
"find-versions-cli": "^5.0.0",
"husky": "9.1.7",
"iframe-resizer": "5.3.2",
"jest-config": "29.7.0",
"lint-staged": "^15.2.10",
"markdownlint-cli": "^0.42.0",
"node-mv": "^0.1.3",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"replace-in-file": "7.2.0",
"start-server-and-test": "2.0.8",
"stylelint": "^14.16.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "5.4.5",
"validate-branch-name": "^1.3.1",
"xml": "1.0.1"
},
"validate-branch-name": {
"pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
},
"repository": {
"type": "git",
"url": "https://github.com/db-ui/elements.git"
},
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://db-ui.github.io/elements/"
}