-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 842 Bytes
/
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
{
"name": "whatsappclone",
"version": "1.0.0",
"description": "A clone of WhatsApp with firebase backend",
"main": "src/index.html",
"scripts": {
"start": "node app.js",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"watch": "webpack --watch"
},
"author": "Aditya D.S.",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.1.0",
"firebase": "^9.0.1"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"mini-css-extract-plugin": "^2.2.2",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"wepack-cli": "^0.0.1-security"
}
}