-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 2.02 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
{
"name": "bites-v2",
"version": "1.0.0",
"description": "Bites is the website of a restaurant called Bites which is very famous in Indonesia",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "karma start",
"e2e": "codeceptjs run --steps"
},
"author": "Rolando Pranata",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"codeceptjs": "^3.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-codeceptjs": "^1.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jasmine": "^4.1.3",
"html-webpack-plugin": "^4.5.2",
"imagemin-webp-webpack-plugin": "^3.3.6",
"jasmine-core": "^3.10.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"puppeteer": "^12.0.1",
"style-loader": "^1.2.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",
"workbox-webpack-plugin": "^6.3.0"
},
"dependencies": {
"file-loader": "^6.2.0",
"idb": "^6.1.5",
"lazysizes": "^5.3.2",
"regenerator-runtime": "^0.13.9",
"sweetalert2": "^11.2.2",
"url-loader": "^4.1.1",
"workbox-core": "^6.0.2",
"workbox-expiration": "^6.0.2",
"workbox-precaching": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2",
"workbox-window": "^6.0.2"
}
}