-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 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
{
"name": "rnshalls",
"version": "1.1.0",
"description": "Hall booking webapp",
"main": "index.js",
"sideEffects": [
"./src/index.js"
],
"scripts": {
"webpack-dev-server": "webpack-dev-server",
"dev": "webpack-dev-server --mode=development",
"prod": "webpack --mode=production",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amankrokx/rnsHalls.git"
},
"author": "amankrokx",
"license": "ISC",
"bugs": {
"url": "https://github.com/amankrokx/rnsHalls/issues"
},
"homepage": "https://github.com/amankrokx/rnsHalls#readme",
"devDependencies": {
"css-loader": "^6.7.1",
"exports-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"firebase": "^9.6.10",
"firebaseui": "^0.600.0",
"lodash": "^4.17.21"
}
}