-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "play-event-sourcing-starter-frontend",
"version": "1.0.0",
"description": "The frontend part of the Play-based event sourcing starter app",
"main": "index.js",
"scripts": {
"watch": "webpack --mode development --watch",
"prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denisftw/play-event-sourcing-starter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/denisftw/play-event-sourcing-starter/issues"
},
"homepage": "http://appliedscala.com/",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.17.0",
"exports-loader": "^1.1.1",
"file-loader": "^6.2.0",
"imports-loader": "^1.2.0",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-scss": "^4.5.3",
"event-source-polyfill": "^1.0.22",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.1",
"react-modal": "^3.12.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"redux": "^4.0.5",
"sweetalert": "^2.1.2",
"toastr": "^2.1.4"
}
}