-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
60 lines (60 loc) · 1.95 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
{
"name": "react-advance-jalaali-datepicker",
"version": "1.6.0",
"description": "Jalaali React Date Picker developed with love by Alireza Kasaaian",
"repository": {
"type": "git",
"url": "https://github.com/A-Kasaaian/react-advance-jalaali-datepicker.git"
},
"author": "Alireza Kasaaian",
"license": "MIT",
"bugs": {
"url": "https://github.com/A-Kasaaian/react-advance-jalaali-datepicker/issues"
},
"homepage": "https://github.com/A-Kasaaian/react-advance-jalaali-datepicker",
"keywords": [
"react-component",
"react",
"react-datepicker",
"jalaali-datepicker",
"range-datepicker",
"date-time-picker"
],
"typings": "./index.d.ts",
"scripts": {
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-modules-umd": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0"
},
"peerDependencies": {
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x"
},
"dependencies": {
"moment-jalaali": "^0.10.0"
}
}