-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.65 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "homepage",
"version": "1.0.0",
"description": "My Homepage",
"main": "index.php",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@effective/prettier": "^0.2.1",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@popperjs/core": "^2.11.8",
"@xmetal/optimize-css-mq": "^1.1.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.3",
"chalk": "^5.3.0",
"colorguard": "^1.2.1",
"core-js": "^3.39.0",
"css": "^3.0.0",
"cssnano": "^7.0.6",
"doiuse": "^6.0.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"jshint": "^2.13.6",
"jslint": "^0.12.1",
"mqpacker": "^7.0.0",
"postcss": "^8.4.49",
"postcss-autoreset": "^3.1.0",
"postcss-cli": "^11.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-css-variables": "^0.19.0",
"postcss-discard-empty": "^7.0.0",
"postcss-js": "^4.0.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.2",
"postcss-scss": "^4.0.9",
"postcss-sorting": "^9.1.0",
"prettier": "^3.4.2",
"pug": "^3.0.3",
"purgecss": "^7.0.2",
"remark": "^15.0.1",
"remark-cli": "^12.0.1",
"remark-lint": "^10.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-stringify": "^11.0.0",
"sass": "^1.83.0",
"sitemap": "^8.0.0",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.10.0",
"svgo": "^3.3.2",
"yarn-upgrade-all": "^0.7.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fix:scss": "stylelint --fix 'scss/**/*.{css,scss}' ",
"fix:rawcss": "stylelint --fix 'css/styling-raw.css' ",
"fix:postcss": "stylelint --fix 'css/styling-postcss.css' ",
"fix:mincss": "stylelint --fix 'css/styling-min.css' ",
"compile:scss": "sass -c --verbose scss/styling.scss css/styling-raw.css",
"watch:scss": "sass -c --verbose scss/styling.scss css/styling-raw.css --watch",
"postcss:all": "postcss --verbose css/styling-raw.css > css/styling-min.css",
"postcss:combinedupselectors": "postcss css/styling-raw.scss --use postcss-combine-duplicated-selectors --output css/newcss.css",
"postcss:sortminqueries": "postcss --verbose css/styling-min.css > css/styling-sort.css",
"lint": "eslint . ",
"lint:fix": "eslint . --fix",
"lint-md": "remark .",
"imagemin": "imagemin graphics --out-dir=graphics_output",
"purge:css": "purgecss --css css/styling-raw.css --content ./**/*.php -o ./css/styling-purged.css",
"compress:graphics": "compress -d -i '/graphics/' -o '/graphics_output/' "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xmetalfanx/website.git"
},
"keywords": [
"linux",
"windows",
"computers",
"ubuntu",
"solus",
"fedora",
"opensuse",
"arch",
"manjaro"
],
"author": "Xmetalfanx",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xmetalfanx/website/issues"
},
"homepage": "https://github.com/Xmetalfanx/website#readme",
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"dependencies": {
"anymatch": "^3.1.3",
"caniuse-lite": "^1.0.30001688",
"corepack": "^0.30.0",
"micromatch": "^4.0.8",
"yarn-audit-fix": "^10.1.1"
},
"packageManager": "[email protected]"
}