-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 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
44
45
46
47
48
49
50
51
52
53
{
"name": "cova",
"version": "1.0.0",
"description": "A minimal & modern coffee shop one-page site",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nadiannis/cova.git"
},
"keywords": [
"landing-page",
"one-page",
"frontend",
"javascript",
"sass",
"css",
"html",
"static-site",
"webpack",
"coffee",
"coffee-shop"
],
"author": "Annisa Nadia",
"license": "MIT",
"bugs": {
"url": "https://github.com/nadiannis/cova/issues"
},
"homepage": "https://github.com/nadiannis/cova#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"rellax": "^1.12.1",
"scroll-out": "^2.2.11",
"swiper": "^6.5.1"
}
}