-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.1 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
{
"name": "a139",
"version": "1.0.0",
"description": "",
"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 img/* --out-dir='dist/img'",
"usemin": "usemin previous.html -d dist --htmlmin -o dist/previous.html && usemin contactus.html -d dist --htmlmin -o dist/contactus.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": "Aishwary Saxena",
"license": "ISC",
"devDependencies": {
"bootstrap-social": "^5.1.1",
"cssmin": "^0.4.3",
"font-awesome": "^4.7.0",
"htmlmin": "0.0.7",
"install": "^0.13.0",
"lite-server": "^2.5.4",
"npm": "^6.14.6",
"rimraf": "^2.6.2",
"uglifyjs": "^2.4.11",
"usemin-cli": "^0.5.1"
},
"dependencies": {
"bootstrap": "^4.5.0",
"jquery": "^3.5.0",
"popper.js": "^1.12.9"
}
}