-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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": "my-web-app",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"dev": "webpack serve",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/renaudjmathieu/my-web-app.git"
},
"author": "Renaud Mathieu",
"license": "ISC",
"bugs": {
"url": "https://github.com/renaudjmathieu/my-web-app/issues"
},
"homepage": "https://github.com/renaudjmathieu/my-web-app#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"d3": "^7.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.2",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}