-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.72 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.72 KB
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
{
"name": "react-calendar-listview",
"version": "0.1.2",
"description": "Primitives for building calendars in React",
"main": "dist/react-calendar.cjs.js",
"jsnext:main": "dist/react-calendar.es.js",
"module": "dist/react-calendar.es.js",
"repository": "https://github.com/imranolas/react-calendar.git",
"bugs": {
"url": "https://github.com/imranolas/react-calendar/issues"
},
"homepage": "https://github.com/imranolas/react-calendar#readme",
"author": "Imran Sulemanji <imran.sulemanji@gmail.com>",
"license": "MIT",
"private": false,
"peerDependencies": {
"date-fns": "^1.29.0",
"prop-types": "^15.6.0",
"react": "^16.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-links": "^3.2.16",
"@storybook/react": "^3.2.16",
"@storybook/storybook-deployer": "^2.0.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"date-fns": "^1.29.0",
"flow-bin": "^0.60.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-es3": "^1.1.0",
"rollup-plugin-filesize": "^1.5.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify-es": "^0.0.1",
"styled-components": "^2.2.4"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"build": "rollup -c",
"prepublishOnly": "yarn build"
}
}