-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "M4.257-PAC1",
"version": "1.0.0",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 years, 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-PAC1/",
"clean": "rimraf dist .parcel-cache"
},
"keywords": [],
"author": "Robert Buj <rbuj@uoc.edu>",
"license": "CC0-1.0",
"description": "",
"@parcel/transformer-css": {
"drafts": {
"nesting": true
}
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.7.0",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.12.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.13.2",
"postcss": "^8.4.49",
"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",
"rimraf": "^6.0.1"
},
"dependencies": {
"photoswipe": "^5.4.4",
"waait": "^1.0.5"
}
}