This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
123 lines (123 loc) · 3.97 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
{
"name": "@talend/design-system",
"version": "1.9.6",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"release": "yarn changeset publish",
"build": "npm run build:lib && npm run build:lib:umd && npm run build:lib:umd:min",
"build:lib": "talend-scripts build:ts:lib",
"build:lib:umd": "talend-scripts build:lib:umd --dev",
"build:lib:umd:min": "talend-scripts build:lib:umd --prod",
"start": "npm run storybook",
"test": "talend-scripts test",
"storybook": "npm run build:lib && BROWSER=none start-storybook -p 6006",
"build-storybook": "npm run build:lib && build-storybook --docs && node ./scripts/sitemap.js",
"extract-i18n": "i18next-scanner --config i18next-scanner.config.js",
"lint:es": "talend-scripts lint:es"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Talend/design-system.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Talend/design-system/issues"
},
"homepage": "https://design.talend.com/",
"publishConfig": {
"access": "public"
},
"dependencies": {
"classnames": "^2.2.6",
"modern-css-reset": "^1.4.0",
"polished": "^4.1.2",
"react-use": "^17.2.4",
"reakit": "^1.3.8",
"typeface-inconsolata": "^1.1.13",
"typeface-source-sans-pro": "^1.1.13"
},
"devDependencies": {
"@algolia/autocomplete-js": "^1.5.0",
"@babel/core": "^7.12.10",
"@changesets/cli": "^2.14.1",
"@cypress/react": "^5.4.0",
"@cypress/webpack-dev-server": "^1.1.5",
"@storybook/addon-a11y": "6.4.0-rc.3",
"@storybook/addon-actions": "6.4.0-rc.3",
"@storybook/addon-essentials": "6.4.0-rc.3",
"@storybook/addon-interactions": "6.4.0-rc.3",
"@storybook/addon-links": "6.4.0-rc.3",
"@storybook/addons": "6.4.0-rc.3",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "6.4.0-rc.3",
"@storybook/testing-react": "1.0.0-next.0",
"@storybook/theming": "6.4.0-rc.3",
"@svgr/webpack": "^5.5.0",
"@talend/bootstrap-theme": "^6.38.5",
"@talend/icons": "^6.36.3",
"@talend/locales-design-system": "^1.4.0",
"@talend/scripts-config-jest": "^9.6.4",
"@talend/scripts-core": "^11.3.0",
"@talend/scripts-preset-react-lib": "^9.9.3",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.3.0",
"@types/classnames": "^2.2.11",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-is": "^16.7.2",
"@types/styled-components": "^5.1.7",
"algoliasearch": "^4.11.0",
"babel-plugin-styled-components": "^1.12.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"chromatic": "^6.0.0",
"core-js": "^3.11.0",
"css-loader": "^5.0.0",
"cypress": "^9.0.0",
"enzyme": "^3.11.0",
"figma-js": "^1.13.0",
"focus-outline-manager": "^1.0.2",
"i18next": "^21.2.0",
"i18next-scanner": "^3.0.0",
"i18next-scanner-typescript": "^1.0.6",
"mdx-embed": "^0.0.22",
"prettier": "2.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.10.1",
"react-i18next": "^11.8.13",
"react-is": "^16.13.1",
"sass": "^1.43.4",
"sass-loader": "^8.0.2",
"storybook-addon-mdx-embed": "^0.0.22",
"storybook-docs-toc": "^1.6.0",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"typescript": "^4.4.2"
},
"peerDependencies": {
"@talend/icons": "^6.36.3",
"@talend/locales-design-system": "^1.4.0",
"focus-outline-manager": "^1.0.2",
"i18next": "^21.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-i18next": "^11.8.13",
"react-is": "^16.13.1",
"styled-components": "^5.2.1"
},
"resolutions": {
"axios": "^0.21.2",
"set-value": "^4.0.1",
"browserslist": "^4.16.5",
"glob-parent": "^5.1.2",
"immer": "^9.0.6",
"trim": "^0.0.3",
"underscore": "^1.12.1"
}
}