-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
55
56
57
58
59
60
61
62
63
{
"name": "pricetracker-web",
"version": "0.1.0",
"private": true,
"author": "Shounak Datta",
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@nivo/axes": "^0.59.2",
"@nivo/bump": "^0.59.1",
"@nivo/colors": "^0.59.0",
"@nivo/core": "^0.59.1",
"@nivo/legends": "^0.59.1",
"@nivo/line": "^0.59.3",
"@nivo/tooltip": "^0.59.1",
"axios": "^0.18.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"firebase": "^6.3.4",
"immutable": "^3.8.2",
"lint-staged": "^7.2.2",
"lodash": "^4.17.11",
"mui-datatables": "^2.0.0-beta-41",
"prettier": "^1.14.2",
"prop-types": "^15.6.2",
"query-string": "^6.8.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"typeface-roboto": "0.0.54",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/react": "^5.1.9"
}
}