-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.81 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
{
"name": "react-carousel-x",
"main": "dist/index.js",
"module": "dist/index.js",
"version": "0.1.5-alpha.10",
"dependencies": {
"@storybook/addon-actions": "^7.0.2",
"@storybook/addons": "^7.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"css-loader": "^5.2.7",
"postcss-cli": "^10.1.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-loader": "^7.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"style-loader": "^3.3.2",
"tailwindcss": "^3.3.1",
"web-vitals": "^2.1.4",
"webpack": "^5.77.0"
},
"scripts": {
"start": "react-scripts start",
"build": "webpack --config webpack.config.js",
"build:css": "postcss src/utils/carousel.css -o src/utils/carousel.css",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-interactions": "^7.0.2",
"@storybook/addon-links": "^7.0.2",
"@storybook/blocks": "^7.0.2",
"@storybook/preset-create-react-app": "^7.0.2",
"@storybook/react": "^7.0.2",
"@storybook/react-webpack5": "^7.0.2",
"@storybook/testing-library": "^0.0.14-next.2",
"babel-plugin-named-exports-order": "^0.0.2",
"mini-css-extract-plugin": "^0.9.0",
"open-props": "^1.5.7",
"postcss": "^8.4.16",
"postcss-custom-media": "^8.0.2",
"postcss-preset-env": "7.8.0",
"storybook": "^7.0.2",
"vite": "3.1.0",
"webpack-cli": "^5.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"repository": {
"type": "git",
"url": "git+https://github.com/kunjesh1/react-carousel-x.git"
},
"keywords": [
"react",
"carousel",
"carousel",
"js",
"slider"
],
"author": "Kunjesh Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/kunjesh1/react-carousel-x/issues"
},
"homepage": "https://github.com/kunjesh1/react-carousel-x#readme"
}