forked from wanbinkimoon/gumbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.19 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.19 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
{
"name": "bollitore",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"generate": "plop --plopfile internals/generators/index.js",
"flow": "flow",
"lint": "npm run lint:js",
"lint:eslint": "eslint --fix --ignore-path .gitignore --ignore-pattern internals --ignore-pattern build",
"lint:js": "npm run lint:eslint -- . ",
"start:docs": "start-storybook -p 9009 -s public",
"build:docs": "build-storybook -s public"
},
"dependencies": {
"axios": "^0.18.0",
"chroma-js": "^1.3.7",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-scrollable-anchor": "^0.6.1",
"react-swipeable-views": "^0.12.15",
"react-visibility-sensor": "^3.11.1",
"redux": "^4.0.0",
"redux-define": "^1.1.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-saga": "^0.16.0",
"styled-components": "^3.3.0"
},
"devDependencies": {
"@improntaadvance/eslint-config": "^0.8.3",
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-info": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^3.4.8",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-fifthbeat": "^0.0.3",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"image-webpack-loader": "2.0.0",
"node-plop": "^0.15.0",
"plop": "^2.0.0",
"prettier": "^1.13.5",
"redux-devtools": "^3.4.1",
"redux-devtools-extension": "^2.13.5",
"storybook-addon-intl": "^2.3.0",
"storybook-react-router": "^1.0.1",
"webpack": "^4.12.1"
}
}