-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"name": "springboot-react-starter-frontend",
"version": "1.0.0",
"description": "Partie frontend / React",
"repository": {
"type": "git",
"url": "https://github.com/Serli/springboot-react-starter.git"
},
"license": "UNLICENSED",
"private": true,
"engines": {
"node": "20"
},
"scripts": {
"clean": "rimraf ./target/classes/static/dist/*",
"watch": "webpack --watch -d source-map --output-path ./target/classes/static/"
},
"dependencies": {
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.8",
"babel-loader": "9.1.3",
"css-loader": "6.9.1",
"glob-all": "3.3.1",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "2.7.7",
"node-sass": "9.0.0",
"purgecss-webpack-plugin": "5.0.0",
"rimraf": "5.0.5",
"sass-loader": "13.3.3",
"style-loader": "3.3.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
}
}