-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.78 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
{
"name": "page-slider-react",
"version": "1.0.4",
"description": "Page slider module for react.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rollup -c",
"build:types": "tsc --emitDeclarationOnly"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/hangem422/react-page-slider.git"
},
"keywords": [
"react",
"page",
"slider",
"page-slider"
],
"author": {
"name": "hant",
"emial": "[email protected]",
"url": "https://github.com/hangem422"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hangem422/react-page-slider/issues"
},
"homepage": "https://github.com/hangem422/react-page-slider#readme",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@svgr/rollup": "^5.2.0",
"@types/node": "^13.7.7",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"autoprefixer": "^9.7.4",
"babel-preset-react-app": "^9.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.18.3",
"postcss-import": "^12.0.1",
"rollup": "^1.32.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.1.1",
"rollup-plugin-url": "^3.0.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"classnames": "^2.2.6"
}
}