-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 Bytes
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": "PAC1",
"version": "2.0.0",
"source": "src/index.html",
"browserslist": "> 5%, last 3 versions, not dead",
"engines": {
"node": "20.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"parcel:dev": "parcel",
"parcel:build": "parcel build",
"clean": "rimraf dist .parcel-cache",
"start": "npm-run-all clean parcel:dev",
"build": "npm-run-all clean parcel:build"
},
"keywords": [],
"author": "aramosda - user UOC",
"license": "ISC",
"description": "PAC 1",
"devDependencies": {
"npm-run-all": "^4.1.5",
"parcel": "^2.13.3",
"posthtml-include": "^2.0.1",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"root": "^3.2.0",
"svgo": "^3.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"hover.css": "^2.3.2",
"sharp": "^0.33.5",
"sweetalert2": "^11.14.5"
}
}