-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 954 Bytes
/
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
{
"name": "lightning",
"version": "0.0.13",
"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-js.js && node build-zip.js",
"css": "node build-css.js",
"js": "node build-js.js",
"package": "node build-zip.js",
"lint": "npx stylelint src/css/**/*.css"
},
"devDependencies": {
"archiver": "^5.0.0",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"path": "^0.12.7",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
"postcss-custom-media": "^7.0.8",
"postcss-custom-selectors": "^5.1.2",
"postcss-discard-comments": "^4.0.2",
"postcss-easy-import": "^3.0.0",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.8.0"
}
}