-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.43 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
{
"name": "react-date-object",
"version": "1.3.10",
"description": "JavaScript library for working with Date and Time in different calendars and locals",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shahabyazdi/react-date-object.git"
},
"keywords": [
"react",
"date",
"object",
"calendar",
"gregorian",
"persian",
"jalali",
"hijri",
"indian",
"farsi",
"arabic",
"english",
"hindi",
"locale",
"datetime",
"gregorian-calendar",
"persian-calendar",
"islamic-calendar",
"indian-calendar",
"parse",
"format",
"parse-date",
"format-date"
],
"author": "Shahab Yazdi <sh.yazdi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahabyazdi/react-date-object/issues"
},
"homepage": "https://github.com/shahabyazdi/react-date-object#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"date-object": "^1.3.9",
"rollup": "^2.51.1",
"rollup-plugin-terser": "^7.0.2"
}
}