-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.18 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
{
"name": "one-page-business-website",
"version": "1.0.0",
"description": "responsive one-page website designed for businesses looking to establish a strong online presence with minimal complexity",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"sass": "sass -w src/scss/styles.scss src/css/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reza-azimifar/one-page-business-website.git"
},
"author": "Reza Azimifar",
"license": "MIT",
"bugs": {
"url": "https://github.com/reza-azimifar/one-page-business-website/issues"
},
"homepage": "https://github.com/reza-azimifar/one-page-business-website#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jquery": "^3.7.1"
}
}