-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "pj2-pw",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"prebuild": "del /S /Q dist",
"build": "node build/build.js",
"dev:build-watch": "node build/build-watch.js",
"dev:livereload": "node build/livereload.js"
},
"keywords": [
"PJ1"
],
"author": "Inés Graells - Pol Piñol - Alexia Cabrera",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "4.17.1",
"fs": "*",
"vue": "^2.6.14"
},
"devDependencies": {
"browser-sync": "2.27.5",
"check-html-links": "0.2.3",
"clean-css": "5.2.1",
"esbuild": "0.13.4",
"fs-extra": "10.0.0",
"html-minifier": "^4.0.0"
},
"description": "The objective of the project is to develop a simple web app that interacts with an API asynchronously using HTML, CSS and JavaScript languages.",
"repository": {
"type": "git",
"url": "git+https://github.com/PolPinol/Web-APP-Project-using-Asynchronous-Actions.git"
},
"bugs": {
"url": "https://github.com/PolPinol/Web-APP-Project-using-Asynchronous-Actions/issues"
},
"homepage": "https://github.com/PolPinol/Web-APP-Project-using-Asynchronous-Actions#readme"
}