forked from Codesmith-Jr-Code-Review/jr-review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "unit-7-react-redux",
"version": "1.1.0",
"description": "MegaMarket Loyalty Card Tracker ",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve --hot --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Schno Mozingo",
"license": "MIT",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.2",
"eslint": "^7.22.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"html-webpack-plugin": "^5.5.0",
"redux-devtools-extension": "^2.13.9",
"style-loader": "^2.0.0",
"webpack": "^5.25.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.5.0"
}
}