-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "coffee-house",
"version": "1.0.0",
"description": "Coffee House project: a two-page responsive website with interactive features.",
"author": "Alexander Khalizev",
"license": "ISC",
"main": "./src/scripts/main.js",
"homepage": "https://gary217.github.io/coffee-house/",
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve",
"build": "cross-env NODE_ENV=production webpack --mode production",
"clean": "rimraf dist",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/Gary217/coffee-house.git"
},
"bugs": {
"email": "geriuxis@gmail.com",
"url": "https://github.com/Gary217/coffee-house/issues"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^10.0.0",
"css-loader": "^7.1.2",
"gh-pages": "^6.3.0",
"html-webpack-plugin": "^5.6.3",
"image-minimizer-webpack-plugin": "^4.1.3",
"imagemin": "^9.0.1",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}