-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 973 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
35
{
"name": "htadg.github.io",
"version": "1.0.0",
"description": "Hiten's little space on the internet",
"scripts": {
"serve": "webpack serve --config webpack.config.js --mode=development --port 5000 --progress",
"build": "webpack --config webpack.config.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htadg/htadg.github.io.git"
},
"keywords": [
"Hiten",
"Sharma"
],
"author": "Hiten Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/htadg/htadg.github.io/issues"
},
"homepage": "https://github.com/htadg/htadg.github.io#readme",
"devDependencies": {
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"pug-plugin": "^4.9.7",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.15.1"
}
}