-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "belajar-git",
"version": "1.0.0",
"description": "Repository ini adalah repository _dummy_ untuk belajar Git. Silahkan baca materi tentang [git remote di Petani Kode](https://www.petanikode.com/git-remote).",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --config webpack.dev.js",
"publish": "node publish-githubpage.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babaiyu/belajar-git.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/babaiyu/belajar-git/issues"
},
"homepage": "https://github.com/babaiyu/belajar-git#readme",
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"gh-pages": "^5.0.0",
"html-loader": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^1.2.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^5.1.4"
}
}