-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "M4.257-PAC3",
"version": "1.0.0",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "npm-run-all clean parcel:dev",
"build": "npm-run-all clean parcel:build",
"parcel:dev": "parcel",
"parcel:build": "parcel build --public-url /M4.257-PAC3/",
"clean": "rimraf dist .parcel-cache"
},
"keywords": [],
"author": "Robert Buj <rbuj@uoc.edu>",
"license": "CC0-1.0",
"description": "",
"private": true,
"staticFiles": [
{
"staticPath": "src/robots.txt",
"env": {
"NODE_ENV": "development"
}
},
{
"staticPath": "src/humans.txt",
"env": {
"NODE_ENV": "development"
}
}
],
"@parcel/transformer-css": {
"drafts": {
"nesting": true
}
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.7.0",
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.13.3",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"postcss": "^8.5.1",
"postcss-custom-properties": "^14.0.4",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
"posthtml": "^0.16.6",
"posthtml-doctype": "^1.1.1",
"posthtml-include": "^2.0.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2"
},
"dependencies": {
"photoswipe": "^5.4.4",
"waait": "^1.0.5"
}
}