-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "time-picker-io",
"version": "0.0.2",
"description": "Accessible and customisable React time picker",
"homepage": "https://github.com/codercodingthecode/time-picker-io",
"repository": {
"type": "git",
"url": "https://github.com/codercodingthecode/time-picker-io"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"storybook": "start-storybook -p 9002 -c .storybook",
"build-storybook": "build-storybook -c .storybook",
"build": "BABEL_ENV=cjs babel src/ -d lib/ --copy-files",
"prepare": "yarn run build",
"prettify": "prettier --write '{./,__{tests,mocks}__}/**/*.+(js|jsx)'"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/react": "^5.1.9",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.6.1",
"enzyme": "^3.8.0",
"lint-staged": "^8.1.0",
"polished": "^4.1.3",
"pre-commit": "1.x",
"rc-tools": "^9.2.0",
"rc-util": "^4.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"dependencies": {
"classnames": "2.x",
"focus-trap-react": "^6.0.0",
"lodash": "^4.17.21",
"luxon": "1.3.3",
"moment": "2.x",
"prop-types": "^15.5.8",
"raf": "^3.4.1",
"storybook": "^1.0.0",
"styled-components": "^5.3.0"
},
"types": "index.d.ts"
}