-
Notifications
You must be signed in to change notification settings - Fork 864
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.59 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.59 KB
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
{
"name": "@elastic/eui-monorepo",
"private": true,
"version": "1.0.0",
"description": "Elastic Design System",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"pre-push": "yarn --cwd packages/eui pre-push",
"start": "printf $'\\x1b[K\\x1b[37;41mPlease run this script from the \\x1b[1;4mpackages/eui\\x1b[0m\\x1b[37;41m directory instead\\x1b[0m\\n'; exit 1",
"build": "printf $'\\x1b[K\\x1b[37;41mPlease run this script from the \\x1b[1;4mpackages/eui\\x1b[0m\\x1b[37;41m directory instead\\x1b[0m\\n'; exit 1",
"watch": "node scripts/watch-eui.js",
"release": "node scripts/release",
"clean": "node scripts/clean.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/eui.git"
},
"pre-push": [
"pre-push"
],
"devDependencies": {
"chalk": "^4.1.0",
"chokidar": "^4.0.3",
"pre-push": "^0.1.4",
"rimraf": "^6.0.1"
},
"dependencies": {
"@elastic/eui-release-cli": "link:packages/release-cli"
},
"resolutions": {
"prismjs": "1.30.0",
"react": "^18",
"@types/react": "^18",
"react-focus-lock": "2.9.5",
"@babel/core": "^7.21.8",
"jsdom": "24.1.0",
"@types/jsdom@npm:^20.0.0": "patch:@types/jsdom@npm%3A20.0.1#~/.yarn/patches/@types-jsdom-npm-20.0.1-5bb899e006.patch",
"infima@npm:0.2.0-alpha.43": "patch:infima@npm%3A0.2.0-alpha.43#~/.yarn/patches/infima-npm-0.2.0-alpha.43-8d3b77b44d.patch",
"infima@npm:0.2.0-alpha.44": "patch:infima@npm%3A0.2.0-alpha.44#~/.yarn/patches/infima-npm-0.2.0-alpha.44-145834fad0.patch"
},
"packageManager": "[email protected]"
}