-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "sg-react-datepicker-persian",
"version": "1.1.3",
"description": "Used react-persian-datepicker",
"main": "./lib/index.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SET NODE_ENV=dev ; webpack-dev-server --hot --inline --content-base ./examples",
"webpack": "SET NODE_ENV=production webpack",
"babel": "babel src --out-dir lib --ignore /examples ; cp src/styles lib -rf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaghehGroup/sg-react-datepicker-persian.git"
},
"keywords": [
"react",
"component",
"jalali",
"iranian",
"persian",
"calendar",
"datepicker",
"timepicker"
],
"author": "asdword",
"license": "MIT",
"bugs": {
"url": "https://github.com/SaghehGroup/sg-react-datepicker-persian/issues"
},
"files": [
"lib"
],
"homepage": "https://github.com/SaghehGroup/sg-react-datepicker-persian#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^5.12.0",
"rc-time-picker-evand": "^3.1.0",
"react-syntax-highlight": "0.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": ">=3.1.11"
},
"peerDependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"dependencies": {
"classnames": "^2.2.5",
"moment-jalali": "^0.3.9",
"prop-types": "^15.5.10",
"rc-trigger": "^1.7.2",
"react-onclickoutside": "^5.3.3",
"react-tether": "^0.5.2"
}
}