-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "terralhotel",
"private": true,
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vera-ho/TerraLHotel.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vera-ho/TerraLHotel/issues"
},
"homepage": "https://github.com/vera-ho/TerraLHotel#readme",
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@date-io/moment": "^2.14.0",
"@reduxjs/toolkit": "^1.8.2",
"babel-loader": "^8.2.5",
"i": "^0.3.7",
"js-sha256": "^0.9.0",
"npm": "^10.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-modal": "^3.15.1",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": "16.14.2",
"npm": "8.5.0"
}
}