-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
154 lines (154 loc) · 6.13 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
146
147
148
149
150
151
152
153
154
{
"name": "@ebay/ebayui-core",
"version": "14.6.1",
"description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.",
"keywords": [
"marko-components"
],
"repository": {
"type": "git",
"url": "https://github.com/eBay/ebayui-core"
},
"license": "MIT",
"files": [
"dist",
"!*.marko.js",
"!**/test*",
"marko.json",
"package-lock.json",
"*.browser.json",
"marketplace.json",
"!**/{,*.}stories.*",
"!**/{,*.}stories-ignore.*"
],
"scripts": {
"build": "rm -rf dist && mtc && npm run lint && node scripts/check-postpublish && npm test",
"build:ci": "CI=true npm run build && npm run build:storybook",
"build:readme": "node scripts/add-ds-version",
"build:storybook": "storybook build -o ./_site",
"change": "changeset add",
"clean": "rimraf .coverage .karma .nyc_output demo/static",
"clean:git": "git clean -xdf",
"coverage": "vitest run --browser.headless --coverage",
"importSVG": "node --experimental-json-modules --experimental-import-meta-resolve scripts/import-svg && prettier . --write --log-level=warn",
"installMarkoV4": "npm remove @marko/compiler && npm i marko@4 --force",
"installMarkoV5": "npm i marko@5 @marko/compiler@5 --force",
"lint": "npm run lint:less && npm run lint:js && npm run lint:whitespace",
"lint:js": "eslint",
"lint:less": "stylelint \"src/**/*.{css,less}\" --config .stylelintrc",
"lint:whitespace": "lintspaces *.md src/**/*.md src/**/*.marko src/**/*.less --newline --maxnewlines 1 --trailingspaces --spaces 4",
"prepare": "husky",
"prepublishOnly": "node scripts/postpublish && node scripts/prepublish",
"prerelease:end": "changeset pre exit || :",
"prerelease:start": "changeset pre enter next || :",
"postpublish": "node scripts/postpublish",
"release": "node scripts/postpublish && node scripts/prepublish && changeset publish",
"report": "nyc report --reporter=text-summary",
"start": "storybook dev -p 6006",
"start:prod": "NODE_ENV=production npm start",
"storybook": "storybook dev -p 6006",
"tb": "npm run test:browser",
"test": "vitest run --browser.headless",
"test:browser": "vitest run browser",
"test:ci": "CI=true vitest run --no-color",
"test:server": "vitest run server",
"test:visual": "vitest run",
"test:watch": "vitest",
"tr": "npm run coverage && npm run report && open .coverage/index.html",
"ts": "npm run test:server",
"tt": "mtc",
"version": "npm run importSVG && prettier . --write --log-level=warn && npm run build:readme && git add -A src && changeset version && npm i --package-lock-only"
},
"commitlint": {
"extends": "@commitlint/config-conventional"
},
"lint-staged": {
"*.{js,css,md,less,json}": "prettier --write --with-node-modules"
},
"browserslist": [
"extends @ebay/browserslist-config"
],
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@google/model-viewer": "3.5.0",
"@marko-tags/subscribe": "^0.5.1",
"highcharts": "11.3.0",
"makeup-active-descendant": "0.7.4",
"makeup-expander": "~0.11.4",
"makeup-floating-label": "~0.4.5",
"makeup-focusables": "~0.4.4",
"makeup-key-emitter": "~0.4.3",
"makeup-keyboard-trap": "~0.5.4",
"makeup-prevent-scroll-keys": "~0.3.3",
"makeup-roving-tabindex": "~0.7.3",
"makeup-screenreader-trap": "~0.5.3",
"makeup-typeahead": "^0.3.3",
"shaka-player": "4.12.5"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19",
"@commitlint/config-conventional": "^19",
"@ebay/browserslist-config": "^2.10.0",
"@ebay/skin": "~18.6.0",
"@marko/compiler": "^5.37.23",
"@marko/prettyprint": "^3.0.1",
"@marko/testing-library": "^6",
"@marko/type-check": "^1.2.4",
"@marko/vite": "^4.1.20",
"@storybook/addon-a11y": "^8.3.6",
"@storybook/addon-docs": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-storysource": "^8.3.6",
"@storybook/manager-api": "^8.3.6",
"@storybook/marko": "~9.0.2",
"@storybook/marko-vite": "^2.0.3",
"@storybook/mdx2-csf": "^1.1.0",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"babel-plugin-add-module-exports": "^1.0.4",
"cheerio": "^1.0.0",
"cldr-dates-full": "^46.1.0",
"coveralls": "^3.1.1",
"del": "^8.0.0",
"eslint": "^9",
"eslint-config-ebay": "^1.2.0",
"eslint-config-prettier": "^9.1.0",
"html-minifier": "^4.0.0",
"husky": "^9.1.7",
"less": "^4.2.1",
"libphonenumber-js": "^1.11.17",
"lint-staged": "^15.2.11",
"lintspaces-cli": "^1.0.0",
"marko": "^5.35.32",
"playwright": "^1.49.1",
"postcss-less": "^6.0.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^6.0.1",
"storybook": "^8.3.6",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36",
"stylelint-prettier": "^5",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@ebay/skin": "~18.6.0",
"marko": "^4.27.0 || ^5.31.12"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}