-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
59
{
"name": "react-yarapartments",
"version": "2.0.0",
"proxy": "http://localhost:8080",
"main": "index.js",
"scripts": {
"start": "cross-env SERVE=true webpack serve",
"build": "webpack",
"build-prod": "webpack --mode=production",
"clean": "rd /s /q dist"
},
"keywords": [
"JavaScript",
"Webpack",
"Node",
"React"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"dotenv-webpack": "^8.1.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.2",
"prettier": "^3.2.5",
"react-refresh": "^0.11.0",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0"
},
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Hastle/YarApartments.git"
},
"author": "",
"bugs": {
"url": "https://github.com/Hastle/YarApartments/issues"
},
"homepage": "https://github.com/Hastle/YarApartments#readme"
}