-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.09 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 3.09 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "vobi-components",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 9001 -c .storybook",
"start": "start-storybook -p 9001 -c .storybook",
"build": "build-storybook -c .storybook -o build",
"publish": "webpack --config webpack.publish.config.js --progress --profile --colors",
"gh-pages": "gulp deploy",
"format": "prettier-eslint --write \"src/**/*.js\""
},
"author": "vobi.io",
"license": "ISC",
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-backgrounds": "^3.4.3",
"@storybook/addon-console": "^1.0.0",
"@storybook/addon-events": "^3.4.3",
"@storybook/addon-info": "^3.4.3",
"@storybook/addon-knobs": "^3.4.3",
"@storybook/addon-links": "^3.4.3",
"@storybook/addon-notes": "^3.4.3",
"@storybook/addon-options": "^3.4.3",
"@storybook/addon-storysource": "^3.4.3",
"@storybook/addon-viewport": "^3.4.3",
"@storybook/react": "^3.4.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"copy-to-clipboard": "^3.0.8",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"gift": "^0.10.2",
"github-markdown-css": "^2.10.0",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"highlight.js": "^9.12.0",
"jsx-loader": "^0.13.2",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"prettier": "^1.13.2",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.1",
"raw-loader": "^0.5.1",
"react": "^16.3.2",
"react-collapse": "^4.0.3",
"react-dom": "^16.3.2",
"react-motion": "^0.5.2",
"react-remarkable": "^1.1.3",
"react-storybook-addon-chapters": "^2.1.3",
"sass-loader": "^7.0.1",
"storybook-addon-jsx": "^5.3.0",
"styled-components": "^3.2.6",
"url-loader": "^1.0.1",
"webpack": "^3.12.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^2.1.3",
"webpack-dashboard": "^1.1.1",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"immutable": "^3.8.2",
"moment": "^2.22.1",
"rc-time-picker": "^3.3.1",
"react-big-calendar": "^0.19.1",
"react-dates": "^16.7.0",
"react-modal": "^3.4.4",
"react-select": "^1.2.1",
"react-slick": "^0.23.1",
"react-stars": "^2.2.5",
"slick-carousel": "^1.8.1"
}
}