-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.79 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": {
"build": "webpack --config webpack.prod.js",
"build:image": "node sharp.js",
"start:dev": "webpack-dev-server --config webpack.dev.js",
"lint": "eslint ./src/.",
"lint:fix": "eslint --fix ./src/.",
"test": "karma start",
"e2e": "codeceptjs run --steps"
},
"keywords": [],
"author": "your_name <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"codeceptjs": "^3.0.7",
"css-loader": "^5.2.6",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jasmine": "^4.1.2",
"file-loader": "^6.2.0",
"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": "^3.5.0",
"karma": "^6.3.3",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"node-sass": "^4.8.3",
"puppeteer": "^10.1.0",
"sass-loader": "^6.0.7",
"sharp": "^0.28.3",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"whatwg-fetch": "^3.2.0"
},
"dependencies": {
"copy-webpack-plugin": "^6.4.1",
"html-webpack-plugin": "^4.5.2",
"idb": "^6.1.2",
"lazysizes": "^5.3.2",
"regenerator-runtime": "^0.13.5",
"serviceworker-webpack-plugin": "^1.0.1",
"webpack-merge": "^5.8.0"
}
}