-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.2 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
{
"name": "contact-tracer",
"version": "0.0.1",
"description": "Full Stack Web ReactJS + Spring Data REST",
"keywords": [
"rest",
"hateoas",
"spring",
"data",
"react"
],
"author": "Simon Ranftl",
"license": "MIT",
"homepage": "https://ranftl.dev/",
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"styled-components": "^5.2.1"
},
"scripts": {
"watch": "webpack --watch -d --output ./target/classes/static/built/bundle.js"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^5.0.1",
"style-loader": "^2.0.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.11.1"
}
}