-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
138 lines (138 loc) · 4.35 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@scality/core-ui",
"version": "0.154.0",
"description": "Scality common React component library",
"author": "Scality Engineering",
"license": "SEE LICENSE IN LICENSE",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"mainSrc": "src/lib/index.js",
"sideEffects": false,
"scripts": {
"analyze": "source-map-explorer 'dist/*.js'",
"build": "rimraf dist && tsc",
"copy-files": "copyfiles -u 2 src/lib/style/fonts/* dist && copyfiles -u 2 src/lib/*.css dist",
"lint": "eslint src/* --ext .js --no-error-on-unmatched-pattern",
"prepare": "npm run build",
"postbuild": "npm run copy-files",
"plop": "plop",
"test": "jest",
"storybook": "storybook dev -p 3000",
"build-storybook": "storybook build",
"storybook:deploy": "storybook-to-ghpages",
"preview": "jest-preview"
},
"keywords": [],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-mdx-gfm": "^8.3.6",
"@storybook/addon-storysource": "^8.3.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.3.6",
"@storybook/manager-api": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/theming": "^8.3.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.11",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"csstype": "^3.1.0",
"eslint": "^8.15.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-storybook": "^0.10.1",
"husky": "^3.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-preview": "^0.3.1",
"plop": "^2.4.0",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.0",
"source-map-explorer": "^2.0.1",
"storybook": "^8.3.6",
"typescript": "^5.3.2"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"jest": {
"setupFiles": [
"jest-canvas-mock"
],
"transform": {
"^.+\\.[tj]sx?$": "babel-jest",
"^.+\\.mdx?$": "@storybook/addon-docs/jest-transform-mdx"
}
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@floating-ui/react": "^0.26.28",
"@fortawesome/fontawesome-free": "^5.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@js-temporal/polyfill": "^0.4.4",
"@storybook/preview-api": "^8.3.6",
"downshift": "^7.0.5",
"framer-motion": "^4.1.17",
"polished": "3.4.1",
"pretty-bytes": "^5.6.0",
"react": "^17.0.2",
"react-debounce-input": "3.2.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.2",
"react-query": "^3.34.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-select": "4.3.1",
"react-table": "^7.7.0",
"react-virtualized": "9.22.3",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.6",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5",
"vega": "^5.17.3",
"vega-embed": "6.0.0",
"vega-lite": "5.0.0",
"vega-tooltip": "0.27.0"
},
"homepage": "https://scality.github.io/core-ui/",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/scality/core-ui.git"
}