-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
42
43
44
{
"name": "ppt-pjok-kasti-94",
"version": "1.0.0",
"description": "Website Presentasi PJOK Permainan Bola Kasti kelas 94",
"scripts": {
"build": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reacto11mecha/ppt-pjok-kasti-94.git"
},
"bugs": {
"url": "https://github.com/reacto11mecha/ppt-pjok-kasti-94/issues"
},
"homepage": "https://reacto11mecha.github.io/ppt-pjok-kasti-94",
"keywords": [
"webslides",
"ppt",
"pjok"
],
"author": "Ezra Khairan Permana",
"license": "MIT",
"dependencies": {
"webslides": "^1.5.0"
},
"devDependencies": {
"clean-webpack-plugin": "*",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"mini-css-extract-plugin": "^1.6.0",
"purgecss-webpack-plugin": "^4.0.3",
"style-loader": "^2.0.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0"
}
}