-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "lightning",
"version": "1.4.4",
"description": "Joomla 4 template using HiQ",
"repository": {
"type": "git",
"url": "https://github.com/C-Lodder/lightning"
},
"license": "MIT",
"scripts": {
"build": "node build-css.js && node build-deps.js && node build-js.js && node build-zip.js",
"css": "node build-css.js",
"deps": "node build-deps.js",
"js": "node build-js.js",
"package": "node build-zip.js",
"lint": "npx stylelint src/css/**/*.css"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^11.0.5",
"postcss-custom-selectors": "^8.0.4",
"postcss-discard-comments": "^7.0.2",
"postcss-each": "^1.1.0",
"postcss-easy-import": "^4.0.0",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^6.2.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"terser": "^5.37.0"
}
}