-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.76 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "confusion",
"version": "1.0.0",
"description": "This is a website for Ristorante Con Fusion",
"main": "index.html",
"scripts": {
"start": "npm run watch:all",
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass -o css/ css/",
"lite": "lite-server",
"watch:scss": "onchange 'css/*.scss' -- npm run scss",
"watch:all": "parallelshell 'npm run watch:scss' 'npm run lite'",
"clean": "rimraf dist",
"copyfonts": "copyfiles -f node_modules/font-awesome/fonts/* dist/fonts",
"imagemin": "imagemin img/* --out-dir='dist/img'",
"usemin": "usemin contactus.html -d dist --htmlmin -o dist/contactus.html && usemin aboutus.html -d dist --htmlmin -o dist/aboutus.html && usemin index.html -d dist --htmlmin -o dist/index.html",
"build": "npm run clean && npm run imagemin && npm run copyfonts && npm run usemin"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"cssmin": "^0.4.3",
"grunt": "^1.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"htmlmin": "0.0.7",
"jit-grunt": "^0.10.0",
"lite-server": "^2.3.0",
"node-sass": "^4.7.2",
"onchange": "^3.3.0",
"parallelshell": "^3.0.2",
"rimraf": "^2.6.2",
"time-grunt": "^2.0.0",
"uglifyjs": "^2.4.11",
"usemin-cli": "^0.5.1"
},
"dependencies": {
"bootstrap": ">=4.3.1",
"bootstrap-social": "^5.1.1",
"copyfiles": "^2.0.0",
"cryptiles": ">=4.1.2",
"font-awesome": "^4.7.0",
"grunt-cli": "^1.3.2",
"gulp-cli": "^2.2.0",
"hoek": ">=4.2.1",
"imagemin-cli": "^3.0.0",
"jquery": ">=3.4.0",
"less": "^2.7.2",
"popper.js": "^1.12.9"
}
}