-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1016 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
32
33
34
{
"name": "bhilai_hacks_website",
"version": "1.0.0",
"description": "Check our website from [here.](https://bhilaihacks.co/)",
"main": "index.js",
"private": true,
"scripts": {
"start": "webpack serve --open",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/we-developers-community/bhilai_hacks_website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/we-developers-community/bhilai_hacks_website/issues"
},
"homepage": "https://github.com/we-developers-community/bhilai_hacks_website#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}