-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.45 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
{
"name": "@adeira/sx-design",
"description": "Inclusive design system written using @adeira/sx",
"homepage": "https://github.com/adeira/sx-design",
"bugs": "https://github.com/adeira/universe/issues",
"repository": {
"type": "git",
"url": "[email protected]:adeira/universe.git",
"directory": "src/sx-design"
},
"license": "MIT",
"version": "0.33.0",
"main": "./index.js",
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@adeira/hooks": "^0.3.0",
"@adeira/icons": "^2.2.0",
"@adeira/js": "^2.1.1",
"@adeira/sx-design-headless": "^0.2.1",
"@babel/runtime": "^7.26.0",
"blurhash": "2.0.5",
"fbt": "^1.0.2",
"flow-enums-runtime": "^0.0.6",
"focus-trap-react": "^10.3.1",
"prop-types": "^15.8.1",
"react-blurhash": "^0.3.0",
"react-device-detect": "^2.2.3",
"react-table": "^7.8.0"
},
"peerDependencies": {
"@adeira/sx": "^0.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@adeira/css-colors": "^2.2.0",
"@adeira/sx": "^0.30.0",
"@adeira/sx-jest-snapshot-serializer": "^0.1.0",
"@babel/core": "^7.26.0",
"@fbtjs/default-collection-transform": "^1.0.0",
"@playwright/test": "^1.45.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.2.1",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-runtime": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.4.7"
},
"scripts": {
"fbt:manifest": "fbt-manifest --src=src --enum-manifest=translations/enum_manifest.json --src-manifest=translations/src_manifest.json",
"fbt:collect": "fbt-collect --options=__self --pretty --manifest < translations/src_manifest.json > translations/source_strings.json",
"fbt:translate": "fbt-translate --source-strings=translations/source_strings.json --pretty --translations translations/in/*.json --output-dir=translations/out --jenkins",
"fbt": "yarn run fbt:manifest && yarn run fbt:collect && yarn run fbt:translate",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}