-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"name": "garbarino-products",
"version": "1.0.0",
"description": "Solución al examen de frontend blacklist",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node src/server --ignore src/client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javc86/garbarino-products.git"
},
"author": "Johander Vazquez",
"license": "ISC",
"bugs": {
"url": "https://github.com/javc86/garbarino-products/issues"
},
"homepage": "https://github.com/javc86/garbarino-products#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"nodemon": "^1.19.1",
"style-loader": "^0.23.1",
"tar": "^4.4.8",
"webpack": "^4.32.2",
"webpack-dev-middleware": "^3.7.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"body-parser": "^1.19.0",
"connected-react-router": "^6.4.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"history": "^4.9.0",
"mysql": "^2.17.1",
"node-fetch": "^2.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-redux": "^7.0.3",
"react-responsive-carousel": "^3.1.49",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-promise": "^0.6.0",
"redux-router": "^2.1.2",
"redux-thunk": "^2.3.0",
"request": "^2.88.0"
}
}