-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 831 Bytes
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
{
"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",
"devDependencies": {
"grunt-sass": "^3.1.0",
"jit-grunt": "^0.10.0",
"lite-server": "^2.3.0",
"time-grunt": "^2.0.0"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap-social": "^5.1.1",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"grunt": "^1.1.0",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-watch": "^1.1.0",
"jquery": "^3.4.1",
"node-sass": "^4.13.1",
"popper.js": "^1.12.9"
}
}