-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react-flex-picker",
"version": "1.0.7",
"description": "Helps to build your own calendar by using prepared components and api to control them",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Artem Sitnikov <seestein9@gmail.com>",
"license": "MIT",
"scripts": {
"storybook": "start-storybook -p 9002 -c .storybook",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages",
"deploy": "npm run build-storybook && npm run deploy-storybook -- --existing-output-dir=.out",
"tslint": "tslint --fix -p tsconfig.json -t verbose",
"build": "webpack -p"
},
"peerDependencies": {
"moment": "^2.22.2",
"classnames": "^2.2.6",
"react": "^16.4.2",
"react-dom": "^16.5.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@storybook/addon-actions": "^3.4.10",
"@storybook/addon-options": "^4.0.0-alpha.18",
"@storybook/react": "^4.0.0-alpha.18",
"@storybook/storybook-deployer": "^2.3.0",
"@types/react": "^16.4.11",
"@types/storybook__react": "^3.0.9",
"@types/stylus": "^0.48.30",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"react": "^16.4.2",
"react-dom": "^16.5.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^5.0.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.0.3",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
},
"storybook-deployer": {
"gitUsername": "Artem Sitnikov",
"gitEmail": "seestein9@gmail.com",
"commitMessage": "deploy storybook"
},
"dependencies": {
"classnames": "^2.2.6",
"moment": "^2.22.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unbugx/react-flex-picker.git"
},
"keywords": [
"datepicker",
"daypicker",
"monthpicker",
"picker",
"range",
"react-picker",
"range-picker"
],
"bugs": {
"url": "https://github.com/unbugx/react-flex-picker/issues"
},
"homepage": "https://github.com/unbugx/react-flex-picker#readme"
}