-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.46 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
{
"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 <[email protected]>",
"license": "CC0-1.0",
"description": "",
"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.6.1",
"@eslint/js": "^9.10.0",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.12.0",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"postcss": "^8.4.45",
"postcss-custom-properties": "^14.0.1",
"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.3.3",
"rimraf": "^6.0.1",
"sharp": "^0.31.1"
},
"dependencies": {
"photoswipe": "^5.4.4",
"waait": "^1.0.5"
}
}