-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "daay",
"version": "0.0.1",
"description": "A DatePicker Component based on dayjs",
"main": "rollup.config.js",
"module": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"build:types": "tsc --emitDeclarationOnly"
},
"keywords": [
"datepicker",
"dayjs",
"react"
],
"author": "Lee, Chanhee <[email protected]>",
"license": "MIT",
"dependencies": {
"@airbridge/component": "^0.0.5-rc1",
"color": "^3.1.3",
"framer-motion": "^2.9.4",
"typescript": "^4.1.2"
},
"peerDependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"dayjs": "^1.9.6",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"dayjs": "^1.9.6",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}