forked from belal-bh/namkora-restaurant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
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
{
"name": "namkora-restaurant",
"version": "1.0.0",
"description": "A restaurant web application using vanilla JavaScript.",
"default": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belal-bh/namkora-restaurant.git"
},
"author": "Md. Belal Hossain",
"license": "ISC",
"bugs": {
"url": "https://github.com/belal-bh/namkora-restaurant/issues"
},
"homepage": "https://github.com/belal-bh/namkora-restaurant#readme",
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"parcel": "^2.7.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"core-js": "^3.25.1",
"regenerator-runtime": "^0.13.9",
"uuid": "^9.0.0"
}
}