-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 Bytes
/
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
{
"name": "assessment",
"version": "1.0.0",
"description": "Assessment for front end developers",
"scripts": {
"storybook": "start-storybook -p 6006"
},
"contributors": [
"Niels van Midden <[email protected]>"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"redux-logger": "^3.0.6",
"@storybook/react": "^4.0.0-alpha.23",
"@storybook/addon-actions": "^4.0.0-alpha.23",
"@storybook/addon-links": "^4.0.0-alpha.23",
"@storybook/addons": "^4.0.0-alpha.23"
},
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}