-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "react-calendar-components",
"description": "A *zero-dependency project that explores various React-related concepts and serves as a learning example.",
"version": "0.1.0",
"scripts": {
"start": "yarn run storybook",
"test": "react-scripts test --env=jsdom",
"format": "prettier \"./**/*.{js,css,md}\" --write",
"storybook": "start-storybook",
"deploy": "storybook-to-ghpages",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@storybook/addon-a11y": "5.0.11",
"@storybook/addon-actions": "5.0.11",
"@storybook/addon-links": "5.0.11",
"@storybook/addons": "5.0.11",
"@storybook/react": "5.0.11",
"@storybook/storybook-deployer": "2.8.1",
"babel-loader": "8.0.5",
"eslint": "5.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"prettier": "1.17.0",
"prop-types": "15.7.2",
"react-scripts": "3.0.0"
},
"dependencies": {
"classnames": "2.2.6",
"lodash": "4.17.11",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/erikthedeveloper/react-calendar-components.git"
},
"author": "Erik Aybar <erikthedeveloper@gmail.com>",
"license": "MIT",
"private": true
}