Add basic 'workloads' Redux app
This commit is contained in:
14
package.json
14
package.json
@@ -3,12 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/jest": "23.3.13",
|
||||
"@types/node": "10.12.18",
|
||||
"@types/react": "16.7.22",
|
||||
"@types/react-dom": "16.0.11",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
"react-redux": "^6.0.0",
|
||||
"react-scripts": "2.1.3",
|
||||
"typescript": "3.2.4"
|
||||
},
|
||||
@@ -26,5 +23,12 @@
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/jest": "23.3.13",
|
||||
"@types/node": "10.12.18",
|
||||
"@types/react": "16.7.22",
|
||||
"@types/react-dom": "16.0.11",
|
||||
"@types/react-redux": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user