-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
68
69
{
"name": "datepicker",
"version": "6.7.0",
"description": "The ultimate tool to create a date, range and time picker in your React applications.",
"scripts": {
"clean": "rimraf node_modules",
"prepare": "husky install",
"e2e": "yarn --filter examples-e2e test",
"datepicker": "yarn --filter @rehookify/datepicker",
"install:playwright": "yarn --filter examples-e2e exec playwright install --with-deps",
"test": "yarn datepicker build && yarn -r --parallel run test",
"dev": "yarn -r --parallel run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pramahaditamaputra/datepicker-pram.git"
},
"keywords": [
"react",
"hook",
"react-hooks",
"typescript",
"date-picker",
"react-date-picker",
"date-picker-hook",
"react-date-picker-hook",
"range-picker",
"react-range-picker",
"range-picker-hook",
"react-range-picker-hook",
"time-picker",
"react-time-picker",
"time-picker-hook",
"react-time-picker-hook"
],
"author": "<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pramahaditamaputra/datepicker-pram/issues"
},
"homepage": "https://github.com/pramahaditamaputra/datepicker-pram/issues",
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@testing-library/react": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.5.3"
},
"lint-staged": {
"**/*.{ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"engines": {
"node": ">=16"
}
}