2020-10-31 15:04:44 +01:00
|
|
|
{
|
2020-12-01 23:12:34 +01:00
|
|
|
"name": "tea",
|
2022-05-18 17:17:45 +02:00
|
|
|
"description": "npm helper tools used for the extension",
|
2020-12-01 23:12:34 +01:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/TYPO3-Documentation/tea.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
2022-05-18 17:17:45 +02:00
|
|
|
"lint:js": "eslint 'Resources/Public/**/*.js'",
|
|
|
|
"lint:js:fix": "eslint 'Resources/Public/**/*.js' --quiet --fix",
|
|
|
|
"lint:style": "stylelint Resources/Public/**/*.css",
|
|
|
|
"lint:style:fix": "stylelint Resources/Public/**/*.css --fix"
|
2020-12-01 23:12:34 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-15 11:49:12 +02:00
|
|
|
"eslint": "^8.22.0",
|
2022-07-14 10:50:47 +02:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-07-13 19:07:13 +02:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-07-14 12:15:02 +02:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-07-13 18:44:51 +02:00
|
|
|
"prettier": "^2.7.1",
|
2022-08-11 12:00:32 +02:00
|
|
|
"stylelint": "^14.10.0",
|
2022-08-11 11:56:22 +02:00
|
|
|
"stylelint-config-recommended": "^9.0.0",
|
2020-12-01 23:12:34 +01:00
|
|
|
"stylelint-no-browser-hacks": "^1.2.1"
|
|
|
|
}
|
2020-10-31 15:04:44 +01:00
|
|
|
}
|