-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"author": "Adrián Moreno Peña <[email protected]>",
"comments": {
"dependencies": {
"node-gyp": "project"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"autoprefixer": "project",
"bootstrap": "github.com/zetxek/adritian-free-hugo-theme",
"browser-sync": "project",
"critical": "project",
"del": "project",
"imagemin-mozjpeg": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-flexbugs-fixes": "project"
}
},
"dependencies": {
"node-gyp": "^11.1.0"
},
"description": "JS automations for adrianmoreno.info",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@playwright/test": "^1.50.1",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"browser-sync": "^3.0.3",
"critical": "^7.2.1",
"del": "^8.0.0",
"imagemin-mozjpeg": "^10.0.0",
"postcss": "^8.5.2",
"postcss-cli": "^11.0.0",
"postcss-flexbugs-fixes": "^5.0.2"
},
"engines": {
"node": "22.x",
"npm": ">= 3.0.0"
},
"homepage": "https://bitbucket.org/zetxek/adrianmoreno.info",
"license": "ISC",
"name": "adrianmoreno.info",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/zetxek/adrianmoreno.info.git"
},
"type": "commonjs",
"version": "1.0.0",
"scripts": {
"test:e2e": "playwright test"
}
}