-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.58 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.58 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
{
"name": "@audira/carbon-react-native",
"version": "0.0.1",
"private": true,
"scripts": {
"code-check": "npm run type-check && npm run lint",
"init-ibm-fonts-storybook-web": "node ./scripts/init-ibm-fonts-storybook-web.mjs",
"lint": "eslint .",
"packages-builder:carbon-react-native": "npx @packages-builder/carbon-react-native",
"packages-builder:carbon-react-native:generate-style-sheet": "node ./packages-builder/carbon-react-native/scripts/generate-style-sheet.mjs",
"packages-builder:carbon-react-native-elements": "npx @packages-builder/carbon-react-native-elements",
"pnpm-clean-install": "node ./scripts/pnpm-clean-install.mjs",
"storybook-build": "node ./scripts/storybook-build.mjs",
"type-check": "tsc --build",
"validate-color-token": "node ./scripts/validate-color-token.mjs"
},
"devDependencies": {
"@audira/carbon-react-native-elements": "workspace:*",
"@eslint/compat": "2.0.3",
"@packages-builder/carbon-react-native": "workspace:*",
"@packages-builder/carbon-react-native-elements": "workspace:*",
"@react-native/eslint-config": "0.83.2",
"@stylistic/eslint-plugin": "5.10.0",
"@types/node": "^24",
"@types/react": "19.2.14",
"@types/react-native-web": "0.19.2",
"eslint": "9.39.4",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-native": "5.0.0",
"globals": "^17.4.0",
"ttf2woff": "3.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.58.2"
},
"engines": {
"node": ">=24",
"pnpm": ">=10.33"
}
}