-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.39 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ranavid_apps",
"version": "1.0.0",
"description": "Aplikasi Web Pencarian Rumah Sakit Rawat Inap Covid19",
"main": "index.js",
"scripts": {
"start-dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build-image": "node sharp.js",
"start-prod": "run-s build build-image",
"lint": "eslint ./src",
"fix": "eslint ./src --fix",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SIB-CSD107-Capstone/RanavidProject-CSD-107.git"
},
"keywords": [
"web",
"application"
],
"author": "Ikram Maulana dan Febrianto",
"license": "ISC",
"bugs": {
"url": "https://github.com/SIB-CSD107-Capstone/RanavidProject-CSD-107/issues"
},
"homepage": "https://github.com/SIB-CSD107-Capstone/RanavidProject-CSD-107#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"css-loader": "^3.6.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.0.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-webp-webpack-plugin": "^3.3.6",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.9.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prerender-loader": "^1.3.0",
"purgecss-webpack-plugin": "^4.1.3",
"sass": "^1.43.4",
"sass-loader": "^10.1.1",
"sharp": "^0.29.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.2.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9",
"webpack-pwa-manifest": "^4.3.0",
"whatwg-fetch": "^3.2.0"
},
"dependencies": {
"@iconify/iconify": "^2.1.0",
"bootstrap": "^4.6.1",
"copy-webpack-plugin": "^6.0.3",
"html-webpack-plugin": "^4.3.0",
"idb": "^7.0.0",
"jquery": "^3.6.0",
"lazysizes": "^5.3.2",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.5",
"serviceworker-webpack-plugin": "^1.0.1",
"sweetalert2": "^11.3.0"
}
}