mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "admin-panel",
|
|
"version": "1.0.0",
|
|
"main": "none",
|
|
"repository": "git@gitlab.com:delta-wings/adminpanel.git",
|
|
"author": "Avior <florian.bouillon@delta-wings.net>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-recommended": "^2.1.0",
|
|
"stylelint-config-standard": "^18.2.0"
|
|
},
|
|
"stylelint": {
|
|
"extends": "stylelint-config-standard",
|
|
"ignorFiles": [
|
|
"vendor/**"
|
|
]
|
|
}
|
|
}
|