-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"name": "restaurant-apps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "karma start",
"serve": "http-server dist",
"e2e": "codeceptjs run --steps",
"build-image": "node sharp.js"
},
"keywords": [],
"author": "Riko Airlan Ramadhan",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"codeceptjs": "^3.3.6",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-webp-webpack-plugin": "^3.3.6",
"imagemin-webpack-plugin": "^2.4.2",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^4.2.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"puppeteer": "^19.0.0",
"sharp": "^0.31.1",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.6.2",
"workbox-precaching": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"font-awesome": "^4.7.0",
"idb": "^7.0.2",
"lazysizes": "^5.3.2",
"regenerator-runtime": "^0.13.9",
"sweetalert2": "^11.4.33",
"workbox-window": "^6.5.4"
}
}