-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "pet-tracking",
"version": "1.0.0",
"description": "Aplicación para realizar un seguimiento del cuidado y necesidades de nuestra mascota",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --mode=development",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vanesa-R/pet-tracking.git"
},
"keywords": [
"pet tracking",
"pet care app"
],
"author": "Vanesa Rodríguez",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vanesa-R/pet-tracking/issues"
},
"homepage": "https://github.com/Vanesa-R/pet-tracking/",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"gh-pages": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-dart-sass": "^1.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"firebase": "^9.18.0"
}
}