feat(ci) Setting up drone ci + fix package [test] (#1)
Reviewed-on: #1 Co-authored-by: EndMove <superjeremi1302@gmail.com> Co-committed-by: EndMove <superjeremi1302@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
28
package.json
28
package.json
@@ -1,30 +1,34 @@
|
||||
{
|
||||
"name": "@ioprojects/ui-eslint-base",
|
||||
"version": "1.0.0",
|
||||
"name": "@ioprojects/eslint-config",
|
||||
"version": "1.0.1",
|
||||
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
||||
"author": "IO-Projects <contact@io-projects.com>",
|
||||
"license": "SEE LICENSE FILE",
|
||||
"main": ".eslintrc.json",
|
||||
"files": [
|
||||
".eslintrc.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
||||
"@typescript-eslint/parser": "^5.58.0",
|
||||
"eslint": "^8.38.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
"eslint": "^8.43.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-cypress": "^2.13.2",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^27.2.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.10.0"
|
||||
"eslint-plugin-vue": "^9.15.1",
|
||||
"prettier": "^2.8.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.endmove.eu/IO-ProjectsOfficial/ioprojects-ui-eslint.git"
|
||||
"url": "git+https://git.endmove.eu/IO-ProjectsOfficial/eslint-config.git"
|
||||
},
|
||||
"keywords": [
|
||||
"io-project",
|
||||
"eslint"
|
||||
],
|
||||
"author": "IO-Projects <contact@io-projects.com>",
|
||||
"license": "SEE LICENSE IN THE LICENSE FILE"
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user