-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 860 Bytes
/
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
{
"name": "spring-react-crud",
"version": "0.1.0",
"description": "Demo of ReactJS + Spring Data REST",
"keywords": [
"rest",
"hateoas",
"spring",
"data",
"react"
],
"license": "Apache-2.0",
"dependencies": {
"availity-reactstrap-validation-safe": "^2.6.1",
"axios": "^1.5.0",
"bootstrap": "^5.2.3",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"reactstrap": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"watch": "webpack --watch"
},
"engines": {
"node": ">= 18.14.0",
"npm": ">= 9.5.0"
}
}