-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 842 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
{
"name": "@flexibility/flex-ui5-postcss",
"version": "1.0.3",
"description": "fiori tools: ui5 postcss plugin",
"main": "index.js",
"scripts": {
"test": "ui5 build --config ./test/ui5-test.yaml --clean-dest --a --dest ./test/dist --exclude-task=* --include-task=flex-ui5-postcss-task"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flexibility/flex-ui5-postcss.git"
},
"author": "flex",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flexibility/flex-ui5-postcss/issues"
},
"homepage": "https://github.com/Flexibility/flex-ui5-postcss#readme",
"dependencies": {
"autoprefixer": "^10.4.0",
"micromatch": "^4.0.4",
"postcss": "^8.3.11",
"postcss-minify": "^1.1.0",
"postcss-nested": "^5.0.6"
},
"devDependencies": {
"@ui5/cli": "^2.14.0"
}
}