-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.47 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
{
"name": "eitherui",
"version": "0.1.5",
"description": "Библиотека React-компонентов для Either Digital",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"homepage": "https://eitherdigital.github.io/eitherui",
"repository": {
"type": "git",
"url": "git+https://github.com/eitherdigital/eitherui.git"
},
"keywords": [
"react",
"react-components",
"eitherui"
],
"scripts": {
"build": "yarn test && rollup -c --bundleConfigAsCjs",
"storybook": "export SET NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "export SET NODE_OPTIONS=--openssl-legacy-provider && build-storybook --docs",
"deploy": "gh-pages -d storybook-static",
"predeploy": "yarn build-storybook",
"test": "jest"
},
"bugs": {
"url": "https://github.com/eitherdigital/eitherui/issues"
},
"author": "eitherdigital",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack4": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack4": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.13",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/react": "^18.0.21",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.2.1",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"gh-pages": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"postcss": "^8.4.18",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rollup": "^3.2.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"style-loader": "^3.3.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.1.0",
"react-dom": "^17.0.0 || ^18.1.0"
},
"engines": {
"yarn": "^1.21.1"
},
"dependencies": {}
}