-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
4,641 additions
and
3,536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.18.2 | ||
20.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,33 +3,29 @@ | |
"author": "Romain Racamier-Lafon <[email protected]>", | ||
"bugs": "https://github.com/Shuunen/c-est-donne/issues", | ||
"dependencies": { | ||
"@intlify/unplugin-vue-i18n": "0", | ||
"@auth0/auth0-vue": "1", | ||
"@shoelace-style/shoelace": "2.3", | ||
"petite-vue-i18n": "9", | ||
"shuutils": "7.2", | ||
"vue": "3.2", | ||
"@shoelace-style/shoelace": "2.12", | ||
"shuutils": "7.4", | ||
"vue": "3.3", | ||
"vue3-carousel": "0.3" | ||
}, | ||
"description": "Donations between friends made easy !", | ||
"devDependencies": { | ||
"@types/node": "18", | ||
"@types/node": "20", | ||
"@vitejs/plugin-vue": "4", | ||
"@vitest/coverage-v8": "1.0", | ||
"autoprefixer": "10", | ||
"c8": "7", | ||
"eslint": "8.38", | ||
"eslint-config-hardcore": "35", | ||
"eslint": "8.55", | ||
"eslint-config-hardcore": "45", | ||
"eslint-plugin-tailwindcss": "3", | ||
"postcss": "8", | ||
"repo-check": "1.30", | ||
"repo-check": "1.34", | ||
"rollup-plugin-visualizer": "5", | ||
"tailwindcss": "3", | ||
"tsm": "2", | ||
"typescript": "5.0", | ||
"uvu": "0", | ||
"tailwindcss": "3.3", | ||
"typescript": "5.1", | ||
"vite": "4", | ||
"vue-tsc": "1.2", | ||
"watchlist": "0" | ||
"vitest": "1.0", | ||
"vue-tsc": "1.8" | ||
}, | ||
"files": [ | ||
"src" | ||
|
@@ -48,18 +44,19 @@ | |
"url": "https://github.com/Shuunen/c-est-donne.git" | ||
}, | ||
"scripts": { | ||
"build": "vue-tsc --noEmit && vite build && npm run mark && echo build success", | ||
"build:watch": "watchlist public src -eager -- npm run build", | ||
"check": "npm run build && repo-check && npm run lint && npm run test && echo check success", | ||
"build": "vue-tsc --noEmit && echo vue-tsc success && vite build && pnpm mark && echo build success", | ||
"build:watch": "watchlist public src -eager -- pnpm build", | ||
"check": "pnpm install && echo install success && pnpm build && repo-check && pnpm lint && pnpm test && echo check success", | ||
"dev": "vite", | ||
"lint": "tsc --noEmit && eslint --cache --fix --ext .js,.ts,.html,.vue . && echo lint success", | ||
"lint:watch": "watchlist src tests -eager -- npm run lint", | ||
"lint": "tsc --noEmit && echo tsc success && eslint --cache --fix --ext .js,.ts,.html,.vue . && echo lint success", | ||
"lint:watch": "watchlist src tests -eager -- pnpm lint", | ||
"mark": "unique-mark dist/**/*.{html,js}", | ||
"postversion": "git push && git push --tags", | ||
"preversion": "npm run ci", | ||
"preversion": "pnpm check", | ||
"preview": "vite preview", | ||
"test": "c8 uvu -r tsm tests && echo test success", | ||
"test:watch": "watchlist src tests -eager -- npm test" | ||
"test": "vitest --run --coverage && echo test success", | ||
"test:update": "vitest --run --update && echo test update success", | ||
"test:watch": "vitest --coverage" | ||
}, | ||
"type": "module", | ||
"version": "1.0.0" | ||
|
Oops, something went wrong.