-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·26 lines (26 loc) · 1.08 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
{
"name": "jonnitto.imagesinarow",
"description": "Dependencies for Jonnitto.ImagesInARow",
"license": "GPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/jonnitto/Jonnitto.ImagesInARow.git"
},
"author": "Jon Uhlmann <[email protected]> (https://www.uhlmann.pro)",
"scripts": {
"build": "postcss Resources/Private/Assets/*.pcss --use postcss-nested postcss-assets autoprefixer cssnano --no-map --ext css --dir Resources/Public/Styles",
"dev": "postcss Resources/Private/Assets/*.pcss --use postcss-nested postcss-assets autoprefixer --no-map --ext css --dir Resources/Public/Styles",
"watch": "postcss Resources/Private/Assets/*.pcss --use postcss-nested postcss-assets autoprefixer cssnano --no-map --ext css --dir Resources/Public/Styles --watch"
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.4",
"postcss": "^8.4.40",
"postcss-assets": "^6.0.0",
"postcss-cli": "^11.0.0",
"postcss-nested": "^6.2.0",
"prettier": "^3.3.3"
}
}