forked from xrutayisire/react-js-cron
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.38 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": "@rapid/react-js-cron-fluentui",
"version": "1.0.0",
"description": "A React cron editor with fluentui inspired by jqCron",
"author": "Matt Mulheran <[email protected]> (https://github.com/matt-mulheran)",
"license": "MIT",
"keywords": [
"react",
"reactjs",
"js",
"cron",
"crontab",
"editor",
"widget",
"generator",
"fluent",
"fluentui",
"fluent-ui",
"cronjob",
"schedule",
"parser"
],
"homepage": "https://github.com/rapid-platform/react-js-cron-fluent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rapid-platform/react-js-cron-fluent.git"
},
"bugs": {
"url": "https://github.com/rapid-platform/react-js-cron-fluent/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/",
"package.json",
"README.md",
"LICENSE.md"
],
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
},
"peerDependencies": {
"@fluentui/react": "^8.111.2",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@fluentui/react": "^8.111.2",
"@types/node": "18.11.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
},
"dependencies": {
"@rapid-platform/use-composed-class-name": "1.1.0"
}
}