-
Notifications
You must be signed in to change notification settings - Fork 1
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
{
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:EventStore/Design-System.git"
},
"workspaces": [
"documentation",
"packages/*",
"tools/*",
"demos/*"
],
"prettier": "@kurrent-ui/configs/prettier",
"scripts": {
"build": "nx run-many --target=build --exclude=\"@kurrent-ui/docs,*-demo\"",
"lint": "nx run-many --target=lint",
"fix": "nx run-many --target=fix",
"test": "nx run-many --target=test",
"dev": "nx run dev --project=@kurrent-ui/${0}",
"release": "yarn workspaces foreach --all --no-private npm publish --tolerate-republish",
"docs": "nx run @kurrent-ui/docs:build",
"docs:serve": "nx run @kurrent-ui/docs:serve",
"changelog": "changeset"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/get-github-info": "^0.5.2",
"@kurrent-ui/configs": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.4.0",
"npm-run-all": "^4.1.5",
"nx": "20.1.3",
"prettier": "3.0.0",
"typescript": "5.1.6"
},
"resolutions": {
"@stencil/core": "patch:@stencil/core@npm%3A4.22.0#~/.yarn/patches/@stencil-core-npm-4.22.0-1dd6276cbb.patch",
"path-to-regexp@npm:2.2.1": "3.3.0",
"semver": "7.5.4",
"ws@npm:^7.4.6": "^8.17.1",
"ws@npm:8.13.0": "^8.17.1",
"cross-spawn": "^7.0.5"
},
"packageManager": "yarn@4.0.1"
}