-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 4.3 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 4.3 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
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
{
"scripts": {
"build": "yarn build:lib && yarn build:lib:esm",
"build:lib": "turbo run build:lib",
"build:lib:esm": "turbo run build:lib:esm",
"clean:build": "rimraf {packages,tools,fork}/*/{lib,lib-esm,dist}",
"clean:demo": "rimraf {packages,tools,fork}/*/.storybook-static",
"start": "yarn workspace @talend/ui-playground run start",
"release": "yarn pre-release && yarn changeset publish",
"lint-staged": "lint-staged",
"eslint:run": "turbo run eslint:run --continue=always",
"stylelint:run": "turbo run stylelint:run --continue=always",
"vitest:run": "cross-env TZ=UTC turbo run vitest:run",
"vitest:cov": "cross-env TZ=UTC turbo run vitest:cov",
"vitest:update": "cross-env TZ=UTC talend-yarn-workspace run vitest:update",
"storybook:build": "turbo run storybook:build",
"storybook:start": "yarn workspace @talend/ui-storybook-one run start",
"storybook:start-components": "yarn workspace @talend/react-components run start",
"storybook:start-containers": "yarn workspace @talend/react-containers run start",
"storybook:start-dataviz": "yarn workspace @talend/react-dataviz run start",
"storybook:start-design-system": "yarn workspace @talend/design-system run start",
"storybook:start-stepper": "yarn workspace @talend/react-stepper run start",
"storybook:start-forms": "yarn workspace @talend/react-forms run start",
"storybook:start-theme": "yarn workspace @talend/bootstrap-theme run start",
"storybook:start-icons": "yarn workspace @talend/icons run start-storybook",
"test:cron": "talend-yarn-workspace run test:cron",
"changelog": "git log --pretty=\"format:%C(bold green)%ad%C(reset) %s\" --date=short --color",
"prepare": "husky install"
},
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@changesets/cli": "^2.31.1",
"@eslint/js": "^9.39.5",
"@talend/babel-plugin-assets-api": "^1.9.1",
"@talend/babel-plugin-import-from-index": "^1.13.1",
"@talend/dynamic-cdn-webpack-plugin": "^14.5.2",
"@talend/eslint-config": "^14.1.3",
"@talend/eslint-plugin": "^1.8.1",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/locales-tui-forms": "^15.2.0",
"@talend/scripts-cmf": "^1.8.1",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-prettier": "^12.7.1",
"@talend/scripts-config-react-webpack": "^17.1.1",
"@talend/scripts-config-storybook-lib": "^6.1.1",
"@talend/scripts-config-stylelint": "^5.0.0",
"@talend/scripts-config-typescript": "^12.1.1",
"@talend/scripts-core": "^20.0.0",
"@talend/scripts-yarn-workspace": "^2.4.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.10",
"baseline-browser-mapping": "^2.11.7",
"cpx2": "^8.0.2",
"cross-env": "^10.1.0",
"cross-spawn": "^7.0.6",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"husky": "^8.0.3",
"i18next-scanner": "^4.6.0",
"lint-staged": "^15.5.2",
"prettier": "^3.9.6",
"rimraf": "^6.1.3",
"stylelint": "^17.14.1",
"turbo": "^2.10.7",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
"resolutions": {
"**/ace-builds": "1.10.1",
"**/@types/react": "^18.2.7",
"**/@types/react-dom": "^18.2.7",
"**/vinyl-fs/glob-parent": "^5.1.2",
"**/fast-glob/glob-parent": "^5.1.2",
"**/trim": "^1.0.1",
"**/x-default-browser": "^0.5.2",
"**/reactour/prop-types": "^15.7.2",
"**/qs": ">=6.14.1",
"**/tar": ">=7.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
"tools/*",
"fork/*"
],
"lint-staged": {
"*.{json,md,mdx,html,js,jsx,ts,tsx}": [
"prettier --write"
]
},
"dependencies": {
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"tar": "^7.5.22"
}
}