-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.37 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
{
"name": "@balena/ui-shared-components",
"version": "10.1.1",
"main": "./dist/index.js",
"sideEffects": false,
"files": [
"dist/",
".yalc",
"!**.stories.*",
"README.md"
],
"dependencies": {
"@balena/design-tokens": "^0.11.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.12.0",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-data-grid": "^7.1.0",
"@react-google-maps/api": "^2.18.1",
"@rjsf/core": "^5.13.0",
"@rjsf/mui": "^5.13.0",
"@rjsf/utils": "^5.13.0",
"@rjsf/validator-ajv8": "^5.13.4",
"analytics-client": "^2.0.1",
"color": "^4.2.3",
"color-hash": "^2.0.2",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.5.2",
"virtua": "^0.37.3",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@balena/lint": "^9.1.0",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-mdx-gfm": "^8.1.11",
"@storybook/addon-onboarding": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-webpack5": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@types/color": "^4.2.0",
"@types/color-hash": "^2.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/zxcvbn": "^4.4.4",
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prop-types": "^15.8.1",
"storybook": "^8.1.11",
"ts-loader": "^9.5.1",
"webpack": "^5.88.2"
},
"scripts": {
"start": "npm run storybook",
"build": "rimraf dist && tsc",
"test": "echo 'No tests found, skipping test suite.'",
"prepack": "npm run build",
"lint": "balena-lint src",
"lint:fix": "balena-lint --fix src",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --docs",
"deploy-docs": "npm ci && storybook build --docs && mv storybook-static build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io/ui-shared-components.git"
},
"author": "Balena",
"license": "ISC",
"bugs": {
"url": "https://github.com/balena-io/ui-shared-components/issues"
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2025-01-02T14:15:54.066Z"
}
}