Skip to content

Commit

Permalink
ddev-vite: Dependencies updated in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravaxl committed Dec 5, 2023
1 parent e56336b commit a39c1db
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions web/themes/custom/contribtracker/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"name": "vite-starter",
"name": "vite-contribtracker",
"version": "1.0.0",
"description": "[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://gitorious.xyz/contrib-tracker/backend)",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"rollup-plugin-scss": "^4.0.0",
"select2": "^4.1.0-rc.0"
},
"devDependencies": {
Expand All @@ -27,6 +22,10 @@
"eslint-plugin-prettier": "^3.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.69.5",
"sass-toolkit": "^2.10.2",
"stylelint": "^13.13.1",
Expand Down

0 comments on commit a39c1db

Please sign in to comment.