-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 2 KB
/
package.json
File metadata and controls
executable file
·58 lines (58 loc) · 2 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
{
"name": "components-library",
"version": "0.57.1",
"author": "Andrea Mangano <andreaman87@gmail.com>",
"repository": "https://github.com/repills/repills-react-components.git",
"main": "lib/components/index.js",
"scripts": {
"start": "start-storybook -p 9002 -c .storybook",
"build": "babel src -d lib",
"build-doc": "build-storybook -c .storybook -o .doc-build",
"deploy-doc": "yarn build-doc && gh-pages -d .doc-build"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"faker": "^4.1.0",
"moment": "^2.20.1",
"path": "^0.12.7",
"polished": "^1.9.0",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.3.2",
"react-container-query": "^0.11.0",
"react-copy-to-clipboard": "^5.0.1",
"react-element-to-jsx-string": "^13.1.0",
"react-slick": "^0.23.1",
"react-syntax-highlighter": "^7.0.0",
"repills-config": "git+https://github.com/repills/repills-config.git#1.8.1",
"simple-pagination": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^3.2.6",
"styled-components-grid": "^1.0.0-preview.15"
},
"devDependencies": {
"@storybook/addon-a11y": "4.0.0-alpha.14",
"@storybook/addon-centered": "4.0.0-alpha.14",
"@storybook/addon-info": "4.0.0-alpha.14",
"@storybook/addon-knobs": "4.0.0-alpha.14",
"@storybook/addon-options": "4.0.0-alpha.14",
"@storybook/addon-viewport": "4.0.0-alpha.14",
"@storybook/addons": "4.0.0-alpha.14",
"@storybook/components": "4.0.0-alpha.14",
"@storybook/react": "4.0.0-alpha.14",
"@storybook/addon-backgrounds": "4.0.0-alpha.14",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.15.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-watch": "^3.1.3",
"gh-pages": "^1.1.0"
}
}