-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.8 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
{
"name": "@chiraag918/chiraags-component-library",
"main": "dist/index.cjs.js",
"version": "1.2.2",
"license": "MIT",
"description": "Custom component library for React framework",
"keywords": [
"react",
"rollup",
"storybook",
"components"
],
"author": "Chiraag A",
"people": {
"name": "Chiraag A",
"email": "chiraag@chiraag.dev",
"url": "http://chiraag.dev"
},
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/chiraag918/chiraags-component-library"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@chiraag918"
},
"bugs": {
"url": "https://github.com/chiraag918/chiraags-component-library/issues"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "react-scripts test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@rollup/plugin-node-resolve": "^15.1.0",
"shaka-player": "^4.2.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-image": "^3.0.2",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.27",
"@storybook/blocks": "^7.0.27",
"@storybook/preset-create-react-app": "^7.0.27",
"@storybook/react": "^7.0.27",
"@storybook/react-webpack5": "^7.0.27",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.14",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint-plugin-storybook": "^0.6.12",
"node-sass": "^7.0.3",
"postcss": "^8.4.27",
"postcss-loader": "^6.2.1",
"postcss-scss": "^4.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"rollup": "^3.2.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0",
"sass": "^1.56.0",
"sass-loader": "^10.4.1",
"storybook": "^7.0.27",
"storybook-addon-sass-postcss": "^0.1.3"
},
"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"
]
}
}