forked from OrangeDigitalAustralia/chakra-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 KB
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
{
"name": "@orange_digital/chakra-datepicker",
"version": "1.0.3",
"description": "A datepicker written for chakra-ui with chakra-ui",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"test": "echo 'not implemented'"
},
"keywords": [
"chakra",
"chakra-ui",
"react",
"typescript",
"datepicker",
"date",
"datetime"
],
"contributors": [
{
"email": "bpofficial@icloud.com",
"name": "Brayden Phillips"
}
],
"author": "Orange Digital",
"license": "MIT",
"repository": {
"url": "https://github.com/OrangeDigitalAustralia/chakra-datepicker",
"type": "git"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.3.2",
"typescript": "^4.4.2"
},
"dependencies": {
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^4",
"react-icons": "^4.2.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17",
"react-dom": "^16.9.0 || ^17"
}
}