-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 943 Bytes
/
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
{
"name": "guia-hoteles",
"version": "1.0.0",
"description": "Primer proyecto con Nodejs",
"main": "index.html",
"scripts": {
"dev": "lite-server",
"start": "concurrently \"npm run watch:scss\" \"npm run dev \"",
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass -o css/ css/",
"watch:scss": "onchange 'css/*.scss' -- npm run scss"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/marinab_baiardi/guia-hoteles.git"
},
"author": "Marina Baiardi",
"license": "ISC",
"homepage": "https://bitbucket.org/marinab_baiardi/guia-hoteles#readme",
"devDependencies": {
"lite-server": "^2.6.1",
"node-sass": "^5.0.0",
"onchange": "^7.1.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"bootstrap": "^4.5.3",
"concurrently": "^5.3.0",
"jquery": "^3.5.1",
"open-iconic": "^1.1.1",
"popper.js": "^1.16.1"
}
}