-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "react101",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest --watchAll"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@storybook/addon-actions": "^4.0.0-alpha.1",
"@storybook/addon-links": "^4.0.0-alpha.1",
"@storybook/addon-storyshots": "^3.4.2",
"@storybook/addons": "^4.0.0-alpha.1",
"@storybook/react": "^4.0.0-alpha.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"react-test-renderer": "^16.3.2",
"redux-devtools": "^3.4.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"@material-ui/icons": "^1.0.0-beta.42",
"loadash": "^1.0.0",
"material-ui": "^1.0.0-beta.41",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-hot-loader": "^4.0.1",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"whatwg-fetch": "^2.0.4"
}
}