-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "bank-application-frontend",
"version": "0.1.0",
"description": "Demo Bank Application",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:mertakdut/DemoWebApplication.git"
},
"author": "Mert Akdut",
"bugs": {
"url": "https://github.com/mertakdut/DemoWebApplication/issues"
},
"homepage": "https://github.com/mertakdut/DemoWebApplication",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"moment": "^2.24.0",
"react": "^16.5.2",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.5.2",
"react-moment": "^0.8.4",
"react-number-format": "^4.0.6",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
}
}