-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.28 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
{
"name": "reduweb",
"version": "1.0.0",
"description": "This is a redu site",
"main": "index.html",
"scripts": {
"start": "npm run lite",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server",
"clean": "rimraf dist",
"copyfonts": "copyfiles -f node_modules/font-awesome/fonts/* dist/fonts",
"imagemin": "imagemin images/* -o dist/images",
"usemin": "usemin contactus.html -d dist --htmlmin -o dist/contactus.html && usemin act.html -d dist --htmlmin -o dist/act.html && usemin index.html -d dist --htmlmin -o dist/index.html && usemin fakeNews.html -d dist --htmlmin -o dist/fakeNews.html && usemin news.html -d dist --htmlmin -o dist/news.html && usemin staySafe.html -d dist --htmlmin -o dist/staySafe.html && usemin WhoWeAre.html -d dist --htmlmin -o dist/WhoWeAre.html",
"build": "npm run clean && npm run imagemin && npm run copyfonts && npm run usemin"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cssmin": "^0.4.3",
"htmlmin": "0.0.7",
"lite-server": "^2.2.2",
"rimraf": "^3.0.2",
"uglifyjs": "^2.4.11",
"usemin-cli": "^0.6.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"tether": "^1.4.7"
}
}