-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (35 loc) · 1015 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
34
35
36
{
"name": "uya-practicas",
"version": "1.0.0",
"description": "En este repositorio se incluirán los informes y otros ficheros de la asignatura de Usabilidad y Accesibilidad.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"view": "parcel ./public/index.html ",
"dev": "firebase serve --port 8080 ",
"deploy": "firebase deploy"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"cssnano": "^4.1.10",
"gh-pages": "^2.2.0",
"parcel-bundler": "^1.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EricDS-INFO/UyA-Practicas.git"
},
"bugs": {
"url": "https://github.com/EricDS-INFO/UyA-Practicas/issues"
},
"homepage": "https://github.com/EricDS-INFO/UyA-Practicas#readme",
"dependencies": {
"canvas": "^2.6.1",
"firebase": "^7.15.0",
"jquery": "^3.4.1",
"jsdom": "^16.2.2"
}
}