Skip to content

Commit

Permalink
Updated scripts and devDependencies in use
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed May 9, 2024
1 parent 8787e84 commit 79eeded
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
"author": "UI Components Team",
"license": "BSD-3-Clause",
"scripts": {
"build": "tsc",
"build": "gulp createProduction --target && npm run lintfix && npm run lint",
"dev": "gulp startDevelopment --target",
"docs": "npx typedoc",
"lint": "eslint . --ext .ts",
"lintfix": "eslint . --fix --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --config ./.prettierrc.json --write \"**/*.+(js|ts|css)\"",
"setup": "npm i && tsc",
"docs": "npx typedoc"
"setup": "npm i && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"update-version": "gulp updateVersion",
"gta-update-version": "gulp gtaSetVersion --newVersion"
},
"repository": {
"type": "git",
Expand All @@ -30,16 +33,28 @@
"@types/lodash": "^4.14.194",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"browser-sync": "^2.27.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^8.56.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp": "^5.0.0",
"postcss-discard-comments": "^5.0.1",
"postcss-discard-duplicates": "^5.1.0",
"postcss": "^8.4.5",
"prettier-eslint": "^16.3.0",
"stylelint": "^14.16.1",
"prompts": "^2.4.2",
"sass": "^1.48.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"typedoc": "^0.23.9",
"stylelint": "^14.16.1",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-umlclass": "^0.7.0",
"typedoc": "^0.23.9",
"typescript": "^4.5.0"
}
}

0 comments on commit 79eeded

Please sign in to comment.