-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "react-awesome-swiper",
"version": "1.4.14",
"description": "iDangerous Swiper4 component for React, support pc and mobile",
"main": "dist/ReactSwiper.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js"
},
"author": "Zhengchen Qiu",
"keywords": [
"react",
"swiper",
"react-awesome-swiper",
"react-swiper",
"react-id-swiper",
"iDangerous"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leeseean/react-awesome-swiper.git"
},
"bugs": {
"url": "https://github.com/leeseean/react-awesome-swiper/issues"
},
"dependencies": {
"swiper": "^5.4.3",
"@types/swiper": "^5.3.2"
},
"peerDependencies": {
"react": ">= 16.3.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.2",
"babel-runtime": "6.26.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"react": "^16.4.1",
"style-loader": "^0.23.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"babel": {
"presets": [
"react-app"
]
}
}