forked from C-Lodder/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "^5.3.1",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-custom-media": "^9.1.3",
"postcss-custom-selectors": "^7.1.3",
"postcss-discard-comments": "^6.0.0",
"postcss-each": "^1.1.0",
"postcss-easy-import": "^4.0.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
"terser": "^5.17.5"
}
}