-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
135 lines (135 loc) · 4.57 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
{
"name": "core",
"version": "9.3.1",
"private": true,
"description": "This is a Monorepo root package which is used to execute build scripts.",
"engines": {
"node": ">=20.11"
},
"scripts": {
"start:storybook": "nx run-many --target=start --projects=storybook,elements --output-style=stream",
"start:landingpage": "nx run landingpage:start",
"start:ui-patterns-playground": "nx run-many --target=start --projects=ui-patterns,ui-patterns-playground --output-style=stream",
"build": "nx run-many --target=build --output-style=stream",
"test": "nx run-many --target=test --output-style=stream --configuration=ci",
"test:core:watch": "nx run elements:test:watch",
"lint": "nx affected --target=lint --output-style=stream",
"lint:fix": "nx affected --target=lint --configuration=fix --output-style=stream",
"lint:ci": "nx affected --target=lint --configuration=ci --output-style=stream",
"format": "nx format:check",
"format:fix": "nx format:write",
"qc": "yarn lint:ci && yarn format && yarn build && yarn test",
"clean": "nx run-many --target=clean && yarn clean:nx && shx rm -rf node_modules .nx",
"clean:dist": "nx run-many --target=clean --configuration=dist && yarn clean:nx",
"clean:node": "nx run-many --target=clean --configuration=node && yarn clean:nx && shx rm -rf node_modules",
"clean:nx": "nx daemon --stop && nx reset"
},
"nx": {
"includedScripts": []
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "~15.1.0",
"@angular/language-service": "~15.1.0",
"@nx/angular": "18.0.7",
"@nx/devkit": "18.0.7",
"@nx/eslint": "18.0.7",
"@nx/eslint-plugin": "18.0.7",
"@nx/js": "18.0.7",
"@nx/playwright": "18.0.7",
"@nx/storybook": "18.0.7",
"@nx/vite": "18.0.7",
"@nx/web": "18.0.7",
"@playwright/test": "^1.36.0",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@types/conventional-recommended-bump": "^9.0.3",
"@types/css-font-loading-module": "^0.0.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "29.5.11",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.16",
"camelcase": "^6.2.0",
"chalk": "^4.1.2",
"conventional-changelog-angular": "^7.0.0",
"conventional-recommended-bump": "^9.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"fs-extra": "^9.0.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"js-yaml": "^3.14.0",
"lint-staged": "^10.5.3",
"ng-packagr": "~15.1.0",
"nx": "18.0.7",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"prompts": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"semver": "^7.5.4",
"shelljs": "^0.8.4",
"shx": "^0.3.2",
"svgo": "^2.8.0",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"typescript": "~5.3.2",
"vite": "~5.0.0",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^1.3.1",
"yalc": "^1.0.0-pre.32"
},
"dependencies": {
"@angular/animations": "~15.1.0",
"@angular/common": "~15.1.0",
"@angular/compiler": "~15.1.0",
"@angular/core": "~15.1.0",
"@angular/forms": "~15.1.0",
"@angular/platform-browser": "~15.1.0",
"@angular/platform-browser-dynamic": "~15.1.0",
"@angular/router": "~15.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@types/jasmine",
"**/@types/jasminewd2",
"**/@types/eslint",
"**/@types/estree",
"**/@types/eslint-scope",
"**/flatpickr",
"**/@mdx-js/*"
]
}
}