26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "confusion",
|
|
"version": "1.0.0",
|
|
"description": "This is a website for Ristorante Con Fusion",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "npm run lite",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lite": "lite-server",
|
|
"scss": "node-sass -o css/ css/"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-social": "^5.1.1",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3.7.1",
|
|
"popper.js": "^1.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"lite-server": "^2.6.1",
|
|
"node-sass": "^9.0.0"
|
|
}
|
|
}
|