-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.17 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.17 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"dependencies": {
"@popperjs/core": "^2.9.2",
"ajax": "^0.0.4",
"bootstrap": "5.0",
"bootstrap-social": "^5.1.1",
"cssmin": "^0.4.3",
"grunt": "^1.4.1",
"gulp": "^4.0.2",
"htmlmin": "^0.0.7",
"jquery": "^3.6.0",
"jsdom": "^16.6.0",
"popper.js": "^1.12.9",
"rimraf": "^3.0.2",
"uglifyjs": "^2.4.11",
"usemin-cli": "^0.6.0"
},
"name": "intro_bootstrap",
"version": "1.0.0",
"description": "Intro Bootstrap",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-flatmap": "^1.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-rev": "^9.0.0",
"gulp-uglify": "^3.0.2",
"gulp-usemin": "^0.3.30",
"image-min": "^0.3.2",
"jit-grunt": "^0.10.0",
"lite-server": "^2.6.1",
"node-sass": "^6.0.0",
"onchange": "^7.1.0",
"parallelshell": "^3.0.2",
"time-grunt": "^2.0.0"
},
"scripts": {
"start": "npm run watch:all",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server",
"scss": "node-sass -o CSS/ CSS/",
"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/* -o 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 usemin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/01000011-01001010-01000011/Intro-Bootstrap.git"
},
"author": "Chris Clarke",
"license": "ISC",
"bugs": {
"url": "https://github.com/01000011-01001010-01000011/Intro-Bootstrap/issues"
},
"homepage": "https://github.com/01000011-01001010-01000011/Intro-Bootstrap#readme"
}