forked from umbraco/Umbraco.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.54 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
135
136
137
138
139
140
141
142
143
144
145
{
"name": "uui-monorepo",
"version": "1.0.0",
"description": "A library of UI-components, build with love from Umbraco",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umbraco/Umbraco.UI.git"
},
"bugs": {
"url": "https://github.com/umbraco/Umbraco.UI/issues"
},
"homepage": "https://github.com/umbraco/Umbraco.UI/#readme",
"keywords": [
"umbraco",
"backoffice",
"web-components",
"shadow-dom",
"custom-elements"
],
"scripts": {
"lint:eslint": "eslint ./packages --ignore-path .gitignore",
"format:eslint": "eslint ./packages --fix --ignore-path .gitignore",
"lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" \"**/*.mjs\" --check --ignore-path .gitignore",
"format:prettier": "prettier \"**/*.js\" \"**/*.ts\" \"**/*.mjs\" --write --ignore-path .gitignore",
"lint": "npm run lint:eslint && npm run lint:prettier",
"format": "npm run format:eslint && npm run format:prettier",
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
"test:coverage": "web-test-runner --node-resolve --coverage",
"test:coverage-for": "node ./scripts/test-coverage-package.js",
"dev": "npm run clean && npm run storybook",
"build": "lerna run --scope @umbraco-ui/uui-css build && turbo run build",
"build:prod": "npm run clean && npm run build",
"clean": "turbo run clean --parallel",
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes --pre-dist-tag prerelease",
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags --sync-workspace-lock",
"lerna:version:rc": "npm run lerna:version -- --conventional-prerelease --preid rc",
"lerna:changelog": "npx lerna-changelog",
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
"bootstrap": "lerna run --scope @umbraco-ui/uui-css clean && lerna run --scope @umbraco-ui/uui-css build && node ./scripts/generate-ts-config.js",
"check-updates": "npx ncu && npx lerna exec --no-bail -- npx ncu",
"prepare": "husky install",
"new-package": "plop && npm i",
"pack-all": "npm run build:prod && node ./scripts/pack-packages.js",
"pack-all-no-build": "node ./scripts/pack-packages.js",
"pack": "node ./scripts/pack-package.js",
"chromatic": "npx chromatic --build-script-name storybook:build",
"storybook": "npm run bootstrap && npm run storybook:analyze && storybook dev -p 6006",
"storybook:build": "npm run bootstrap && npm run storybook:analyze && storybook build --webpack-stats-json",
"storybook:analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
"postinstall": "npm run bootstrap"
},
"engines": {
"node": ">=18.16.0 <19",
"npm": ">=9.5.0 < 10"
},
"dependencies": {
"lit": "^2.7.6"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@lerna-lite/cli": "2.5.0",
"@lerna-lite/exec": "2.5.0",
"@lerna-lite/publish": "2.5.0",
"@lerna-lite/run": "2.5.0",
"@lerna-lite/version": "2.5.0",
"@open-wc/testing": "3.2.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@storybook/addon-a11y": "7.1.0",
"@storybook/addon-actions": "7.1.0",
"@storybook/addon-essentials": "7.1.0",
"@storybook/addon-links": "7.1.0",
"@storybook/blocks": "7.1.0",
"@storybook/web-components": "7.1.0",
"@storybook/web-components-vite": "7.1.0",
"@types/chai": "4.3.5",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@web/dev-server-esbuild": "0.4.1",
"@web/test-runner": "0.17.0",
"@web/test-runner-playwright": "0.10.1",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.3",
"chromatic": "6.20.0",
"element-internals-polyfill": "1.3.5",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-lit": "1.8.3",
"eslint-plugin-lit-a11y": "4.1.0",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-wc": "1.5.0",
"github-markdown-css": "5.2.0",
"glob": "8.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"npm-check-updates": "16.10.16",
"plop": "3.1.2",
"postcss": "8.4.26",
"postcss-advanced-variables": "3.0.1",
"postcss-cli": "10.1.0",
"postcss-color-function": "4.1.0",
"postcss-custom-properties": "13.2.1",
"postcss-jsx": "0.36.4",
"postcss-load-config": "4.0.1",
"postcss-syntax": "0.36.2",
"postcss-url": "10.1.3",
"postcss-values-parser": "6.0.2",
"prettier": "2.8.8",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-syntax-highlighter": "15.5.0",
"remark-gfm": "3.0.1",
"rimraf": "5.0.1",
"rollup": "3.26.3",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-import-css": "3.3.1",
"rollup-plugin-minify-html-literals": "1.2.6",
"rollup-plugin-postcss": "4.0.2",
"storybook": "7.1.0",
"tsc-files": "1.1.4",
"turbo": "1.10.7",
"typescript": "5.0.4",
"vite": "4.4.4",
"vite-tsconfig-paths": "4.2.0",
"web-component-analyzer": "1.1.7"
},
"workspaces": [
"./packages/*"
],
"lint-staged": {
"*.ts": "eslint --cache --fix -c .eslintrc.js",
"*.element.ts": "tsc-files --project tsconfig.lint-staged.json",
"*": "prettier --ignore-unknown --write"
},
"storybook": {
"url": "https://v1-contrib--62189360eeb21b003ab2f4ad.chromatic.com/"
},
"packageManager": "[email protected]"
}