-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
119 lines (119 loc) · 5.1 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "ripple",
"private": true,
"version": "2.0.0",
"packageManager": "[email protected]",
"license": "Apache-2.0",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"scripts": {
"example": "wrap () { pnpm -F example-\"$*\" dev | cat; }; wrap",
"storybook": "pnpm -F ripple-storybook start",
"dev": "pnpm -F nuxt-app dev:mock",
"clean": "git clean -dfx && git reset --hard && pnpm",
"build": "pnpm -F !docs -F !ripple-storybook -F !nuxt-app -F !vue-app -F !webcomponents build",
"build:ripple": "pnpm -F \"@dpc-sdp/ripple-ui-*\" -F \"@dpc-sdp/ripple-tide-api\" build",
"build:examples": "pnpm -F \"./examples/**\" build",
"build:docs": "pnpm -F docs build",
"build:storybook": "pnpm -F ripple-storybook static:build",
"postinstall": "husky install && pnpm build",
"preinstall": "npx only-allow pnpm",
"release:prepare": "pnpm release:version && pnpm release:changelog",
"release:version": "lerna version --force-publish --no-changelog --no-git-tag-version --no-push",
"release:changelog": "changelogen --output --no-commit -r $(cat lerna.json | jq -r '.version')",
"release:publish-alpha": "lerna publish --canary minor --preid alpha --dist-tag alpha --force-publish",
"release:publish-next": "lerna publish --canary --preid next.$(git rev-parse --short HEAD) --dist-tag next --force-publish",
"release:publish": "lerna publish from-package",
"lint": "eslint . --ext .ts,.vue && stylelint 'packages/ripple-ui-core/**/*.css'",
"test:unit": "jest --colors --runInBand",
"test:components-core": "pnpm -F @dpc-sdp/ripple-ui-core test:components",
"test:components-forms": "pnpm -F @dpc-sdp/ripple-ui-forms test:components",
"test:storybook": "pnpm -F ripple-storybook test",
"test:storybook-ci": "pnpm -F ripple-storybook test:ci",
"test:nuxt-app": "pnpm -F nuxt-app test:integration",
"ci:nuxt-app": "pnpm -F nuxt-app test:ci",
"start:nuxt": "pnpm -F nuxt-app start",
"start:vue": "pnpm -F vue-app start",
"start:wc": "pnpm -F webcomponents start",
"dev:nuxt": "pnpm -F nuxt-app dev",
"dev:vue": "pnpm -F vue-app dev",
"dev:wc": "pnpm -F webcomponents dev",
"dev:docs": "pnpm -F docs dev",
"cypress": "cypress open --global",
"chromatic": "npx chromatic --storybook-build-dir ./packages/ripple-storybook/storybook-static --storybook-base-dir ./packages/ripple-ui-core --storybook-config-dir ./packages/ripple-ui-core",
"generate:component": "nuxt-ripple add component ./packages/ripple-ui-core/src/components"
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.5.0",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cypress/vite-dev-server": "^5.0.5",
"@dpc-sdp/eslint-config-ripple": "workspace:*",
"@dpc-sdp/ripple-ui-core": "workspace:*",
"@dpc-sdp/ripple-ui-forms": "workspace:*",
"@dpc-sdp/stylelint-config-ripple": "workspace:*",
"@jest/globals": "^29.5.0",
"@lerna-lite/cli": "^1.17.0",
"@lerna-lite/publish": "^1.17.0",
"@lerna-lite/version": "^1.17.0",
"@types/jest": "^29.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"changelogen": "^0.5.3",
"cypress": "13.6.6",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"hygen": "^6.2.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.10.2",
"ts-jest": "^29.0.5"
},
"engines": {
"node": "^18.15.0 || ^20.9.0",
"pnpm": "^9.0.6"
},
"dependencies": {
"@vue/vue3-jest": "^29.2.3",
"rimraf": "^4.4.1",
"typescript": "5.0.2"
},
"pnpm": {
"overrides": {
"[email protected]>chalk": "5.2.0",
"glob-parent@<5.1.2": "~6.0.2",
"json5@<2.2.2": "~2.2.2",
"nth-check@<2.1.1": "~2.1.1",
"postcss@<8.4.21": "~8.4.21",
"trim@<1.0.1": "~1.0.1",
"trim-newlines@<3.0.1": "~3.0.1",
"vite-plugin-svg-icons>postcss": "~8.4.21",
"xml2js@<0.5.0": "~0.5.0",
"postcss@<8.4.31": ">=8.4.31",
"sharp@<0.32.6": ">=0.32.6",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"tough-cookie@<4.1.3": ">=4.1.3",
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
},
"patchedDependencies": {
"@vitejs/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}