-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.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
{
"name": "@azangru/react-view-pager",
"version": "0.0.9",
"description": "A view-pager based on React and React-Spring",
"main": "dist/react-view-pager.cjs.js",
"module": "dist/react-view-pager.esm.js",
"scripts": {
"storybook": "start-storybook -p 9001 -c ./",
"build-storybook": "build-storybook -c ./ -o storybook-build",
"predeploy-storybook": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-build",
"build": "rm -rf ./dist && NODE_ENV=production rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azangru/react-view-pager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/azangru/react-view-pager/issues"
},
"homepage": "https://github.com/azangru/react-view-pager#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.1",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@storybook/react": "4.1.11",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-plugin-array-includes": "2.0.3",
"eslint": "5.13.0",
"eslint-plugin-react": "7.12.4",
"gh-pages": "2.0.1",
"prop-types": "15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-spring": "7.2.10",
"rollup": "1.1.2",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "4.0.0"
},
"dependencies": {
"mitt": "1.1.3",
"resize-observer-polyfill": "1.5.1"
},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-spring": "^7.2.7"
}
}