forked from milieuinfo/uigov-web-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 6.81 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "web-components",
"version": "1.8.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "npm run test:unit && npm run test:wct",
"test-parallel": "npm run test:unit:parallel && npm run test:wct",
"test:unit": "npx nx run-many --all --target=test --skip-nx-cache",
"test:unit:parallel": "npx nx run-many --all --target=test --parallel --maxParallel=4 --skip-nx-cache",
"test:wct": "npm run build:all && npx nx wct map",
"test:wctonly": "npx nx wct map",
"test:wctdetail": "npm run build:all && npx nx wctdetail map",
"test:wctdetailonly": "npx nx wctdetail map",
"storybook": "npx nx storybook storybook http://localhost:8080",
"storybook:ci-test": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e'",
"storybook:ci-test-parallel-1": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/components/[a-m]*/**/*'",
"storybook:ci-test-parallel-2": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/components/[n-z]*/**/*'",
"storybook:ci-test-parallel-3": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/elements/[a-i]*/**/*'",
"storybook:ci-test-parallel-4": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/elements/[j-z]*/**/*'",
"storybook:ci-test-parallel-5": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/sections/**/*'",
"storybook:ci-test-parallel-6": "start-server-and-test 'npx nx storybook storybook' http://localhost:8080 'npx nx e2e storybook-e2e -- --spec **/src/e2e/map/**/*'",
"killstart:storybook": "npx kill-port 8080 && npx nx storybook storybook",
"killstart:playground": "npx kill-port 4200 && npx nx serve playground",
"build:common-utilities": "npx nx build common-utilities",
"build:elements": "npx nx build elements",
"build:components": "npx nx build components",
"build:map": "npx nx build map",
"build:sections": "npx nx build sections",
"build:test-support": "npx nx build support-test-support",
"process:scss": "npx nx process-scss elements && npx nx process-scss components && npx nx process-scss map && npx nx process-scss sections && node post-process-libs.mjs",
"build:all": "npm run build:common-utilities && npm run build:elements && npm run build:components && npm run build:map && npm run build:sections && npm run build:test-support && npm run process:scss",
"release:common-utilities": "cd ./dist/libs/common/utilities && npm version $npm_package_version && npm publish",
"release:elements": "cd ./dist/libs/elements && npm version $npm_package_version && npm publish",
"release:components": "cd ./dist/libs/components && npm version $npm_package_version && npm publish",
"release:map": "cd ./dist/libs/map && npm version $npm_package_version && npm publish",
"release:sections": "cd ./dist/libs/sections && npm version $npm_package_version && npm publish",
"release:test-support": "cd ./dist/libs/support/test-support && npm version $npm_package_version && npm publish",
"release:all": "npm run release:common-utilities && npm run release:elements && npm run release:components && npm run release:map && npm run release:sections && npm run release:test-support"
},
"private": true,
"peerDependencies": {
"tinymce": "5.10.6"
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@nrwl/cli": "15.8.6",
"@nrwl/cypress": "15.8.6",
"@nrwl/eslint-plugin-nx": "15.8.6",
"@nrwl/jest": "15.8.6",
"@nrwl/js": "15.8.6",
"@nrwl/linter": "15.8.6",
"@nrwl/web": "15.8.6",
"@nrwl/webpack": "15.8.6",
"@nrwl/workspace": "15.8.6",
"@open-wc/testing": "3.1.7",
"@rollup/plugin-alias": "4.0.3",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/web-components": "6.5.16",
"@types/jest": "29.4.4",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@web/dev-server-esbuild": "0.3.4",
"@web/dev-server-rollup": "0.4.0",
"@web/test-runner": "0.15.1",
"axe-core": "^4.6.3",
"babel-jest": "29.5.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"css-loader": "6.7.3",
"cypress": "12.8.1",
"cypress-axe": "^1.4.0",
"cypress-multi-reporters": "1.6.3",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-cypress": "2.12.1",
"fetch-mock": "9.11.0",
"fs-extra": "11.1.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jsdom": "21.1.1",
"lit-css-loader": "2.0.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.0",
"mochawesome": "7.1.3",
"mochawesome-merge": "4.3.0",
"mochawesome-report-generator": "6.2.0",
"node-fetch": "3.3.1",
"nx": "15.8.6",
"ol": "6.14.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "20.1.1",
"sinon": "15.0.2",
"start-server-and-test": "2.0.0",
"storybook-addon-mock": "3.2.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@domg/govflanders-style": "14.0.1",
"@govflanders/vl-ui-accordion": "14.0.2",
"@govflanders/vl-ui-code-preview": "14.0.2",
"@govflanders/vl-ui-core": "15.0.2",
"@govflanders/vl-ui-infotext": "14.0.2",
"@govflanders/vl-ui-progress-bar": "14.0.2",
"@govflanders/vl-ui-util": "14.0.2",
"@ungap/custom-elements": "1.2.0",
"bootstrap-sass": "3.4.3",
"core-js": "3.29.1",
"jsts": "2.9.0",
"lit": "2.6.1",
"prettier": "2.8.4",
"proj4": "2.9.0",
"reflect-metadata": "0.1.13",
"regenerator-runtime": "0.13.11",
"swipe-detect": "1.0.1",
"tinymce": "5.10.6",
"tslib": "2.5.0"
},
"volta": {
"node": "18.15.0"
}
}