-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
51
52
53
54
{
"name": "oce-components",
"version": "1.0.0",
"description": "set of react components used across all oce clients",
"main": "index.js",
"scripts": {
"storybook-build": "build-storybook -c .storybook -o .out",
"storybook": "start-storybook -p 9001 -c .storybook",
"build": "babel lib -d build",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build"
},
"author": "Ivan Minutillo <[email protected]>",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "3.4.6",
"@storybook/addon-info": "3.4.6",
"@storybook/addon-knobs": "3.4.6",
"@storybook/addon-storyshots": "3.4.8",
"@storybook/addons": "3.4.6",
"@storybook/react": "3.4.6",
"@types/jest": "22.2.3",
"@types/react": "16.3.15",
"awesome-typescript-loader": "5.0.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"eslint": "4.19.1",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.2",
"eslint-watch": "3.1.4",
"jest": "23.1.0",
"polished": "1.9.2",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"react-dom": "16.3.2",
"styled-components": "3.2.6",
"ts-jest": "22.4.6",
"typescript": "2.9.1"
},
"dependencies": {
"@sambego/storybook-state": "1.0.7",
"moment": "2.22.1",
"rc-progress": "2.2.5",
"react-datepicker": "1.5.0",
"react-timeout": "1.1.1",
"recompose": "0.27.1"
}
}