-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.15 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
{
"name": "dw-pf-v04",
"version": "1.0.0",
"description": "Proyecto Final DW - CODERHOUSE - se desarrolló la página de la empresa en la que trabajo.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css1": "node-sass --include-path scss scss/custom.scss css/custom.css",
"build-css2": "node-sass --include-path scss scss/boots52c.scss css/boots52c.css",
"watch-css1": "nodemon -e scss -x \"npm run build-css1\"",
"watch-css2": "nodemon -e scss -x \"npm run build-css2\"",
"mini-css": "purgecss --css css/custom.css --content index.html contacto.html nosotros.html -o css/mini.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianjjc/DW-ProyFinal-v03.git"
},
"author": "Christian John Jiménez Calvo",
"license": "ISC",
"bugs": {
"url": "https://github.com/christianjjc/DW-ProyFinal-v03/issues"
},
"homepage": "https://github.com/christianjjc/DW-ProyFinal-v03#readme",
"devDependencies": {
"node-sass": "^8.0.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^5.3.0-alpha1"
}
}