-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ekb",
"type": "module",
"version": "1.1.5",
"repository": {
"type": "git",
"url": "https://github.com/ekaterinburgdev/ekaterinburg-ui.git"
},
"scripts": {
"start": "storybook dev -p 6006",
"build": "tsc && vite build",
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.6",
"react-hotkeys-hook": "^4.4.1",
"vite-plugin-svgr": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@mdx-js/react": "^3.0.0",
"@storybook/addon-a11y": "^7.6.6",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-docs": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^9.1.3",
"storybook": "^7.6.6",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-plugin-dts": "^1.7.3"
},
"files": [
"dist"
],
"main": "./dist/ekb.umd.js",
"module": "./dist/ekb.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/ekb.es.js",
"require": "./dist/ekb.umd.js",
"types": "./dist/index.d.ts"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
}
}