-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "front",
"type": "module",
"version": "1.0.0",
"description": "ECommerce Website is a web application built with JavaScript, CSS, and HTML. It utilizes web fonts and is integrated with Firebase for data storage. The project incorporates a fake API that contains products, users, and comments for each product. The website features client-side validation for login and registration processes and includes payment card validation. Additionally, it includes a checkout page, payment page, and allows product filtering based on categories.",
"main": "main.js",
"url": "http://192.168.1.9:5500",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.3.2",
"jquery": "^3.7.1"
}
}