-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
152 lines (152 loc) · 6.05 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
{
"name": "@ebay/ebayui-core",
"version": "14.4.1",
"description": "Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.",
"scripts": {
"installMarkoV5": "npm i marko@5 @marko/compiler@5 --force",
"installMarkoV4": "npm remove @marko/compiler && npm i marko@4 --force",
"prepublishOnly": "node scripts/postpublish && node scripts/prepublish",
"version": "npm run importSVG && prettier . --write --log-level=warn && npm run build:readme && git add -A src && changeset version && npm i --package-lock-only",
"postpublish": "node scripts/postpublish",
"start": "storybook dev -p 6006",
"start:prod": "NODE_ENV=production npm start",
"coverage": "vitest run --browser.headless --coverage",
"report": "nyc report --reporter=text-summary",
"test": "vitest run --browser.headless",
"test:visual": "vitest run",
"test:ci": "CI=true vitest run --no-color",
"test:server": "vitest run server",
"test:browser": "vitest run browser",
"test:watch": "vitest",
"clean": "rimraf .coverage .karma .nyc_output demo/static",
"clean:git": "git clean -xdf",
"lint": "npm run lint:less && npm run lint:js && npm run lint:whitespace",
"lint:less": "stylelint \"src/**/*.{css,less}\" --config .stylelintrc",
"lint:js": "eslint",
"lint:whitespace": "lintspaces *.md src/**/*.md src/**/*.marko src/**/*.less --newline --maxnewlines 1 --trailingspaces --spaces 4",
"release": "node scripts/postpublish && node scripts/prepublish && changeset publish",
"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",
"importSVG": "node --experimental-json-modules --experimental-import-meta-resolve scripts/import-svg && prettier . --write --log-level=warn",
"tt": "mtc",
"ts": "npm run test:server",
"tb": "npm run test:browser",
"tr": "npm run coverage && npm run report && open .coverage/index.html",
"storybook": "storybook dev -p 6006",
"generateCDN": "node scripts/generate-cdn.js",
"prepare": "husky",
"change": "changeset add",
"prerelease:start": "changeset pre enter next || :",
"prerelease:end": "changeset pre exit || :"
},
"browserslist": [
"extends @ebay/browserslist-config"
],
"files": [
"dist",
"!*.marko.js",
"!**/test*",
"marko.json",
"package-lock.json",
"*.browser.json",
"marketplace.json"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eBay/ebayui-core"
},
"keywords": [
"marko-components"
],
"devDependencies": {
"@babel/cli": "^7.25.9",
"@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.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19",
"@commitlint/config-conventional": "^19",
"@ebay/browserslist-config": "^2.10.0",
"@ebay/skin": "~18.4.0",
"@google/model-viewer": "3.5.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.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/ui": "^2.1.4",
"babel-plugin-add-module-exports": "^1.0.4",
"cheerio": "^1.0.0",
"cldr-dates-full": "^46.0.0",
"coveralls": "^3.1.1",
"del": "^8.0.0",
"eslint": "^9",
"eslint-config-ebay": "^1.2.0",
"eslint-config-prettier": "^9.1.0",
"highcharts": "11.3.0",
"html-minifier": "^4.0.0",
"husky": "^9.1.6",
"less": "^4.2.0",
"libphonenumber-js": "^1.11.12",
"lint-staged": "^15.2.10",
"lintspaces-cli": "^1.0.0",
"marko": "^5.35.32",
"playwright": "^1.48.2",
"postcss-less": "^6.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"shaka-player": "4.11.11",
"storybook": "^8.3.6",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36",
"stylelint-prettier": "^5",
"vitest": "^2.1.4"
},
"peerDependencies": {
"@ebay/skin": "~18.4.0",
"marko": "^4.27.0 || ^5.31.12"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@marko-tags/subscribe": "^0.5.1",
"makeup-active-descendant": "0.7.3",
"makeup-expander": "~0.11.3",
"makeup-floating-label": "~0.4.4",
"makeup-focusables": "~0.4.3",
"makeup-key-emitter": "~0.4.2",
"makeup-keyboard-trap": "~0.5.3",
"makeup-prevent-scroll-keys": "~0.3.1",
"makeup-roving-tabindex": "~0.7.2",
"makeup-screenreader-trap": "~0.5.1",
"makeup-typeahead": "^0.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"commitlint": {
"extends": "@commitlint/config-conventional"
},
"lint-staged": {
"*.{js,css,md,less,json}": "prettier --write"
}
}