-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.06 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
{
"name": "pwa-resthunter-app-optimized",
"version": "3.0.0",
"description": "Web aplikasi tentang informasi restoran terbaik di Indonesia",
"main": "index.js",
"scripts": {
"start-dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js && node sharp.js",
"lint": "eslint ./src",
"test": "karma start",
"e2e": "codeceptjs run",
"e2e-step": "codeceptjs run --steps"
},
"keywords": [],
"author": "labsan <yondeveloper@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"codeceptjs": "^3.0.7",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"eslint": "^7.31.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-codeceptjs": "^1.3.0",
"eslint-plugin-jasmine": "^4.1.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webpack-plugin": "^2.4.2",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^3.8.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-eslint": "^2.2.0",
"karma-jasmine": "^3.3.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"puppeteer": "^5.5.0",
"sharp": "^0.28.3",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"whatwg-fetch": "^3.6.2",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"idb": "^6.1.2",
"lazysizes": "^5.3.2",
"regenerator-runtime": "^0.13.9",
"serviceworker-webpack-plugin": "^1.0.1",
"sweetalert2": "^11.0.20",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-window": "^6.1.5"
}
}