Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-04-23 17:27:26 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd87d025a742f22774ac321d9ccbfe727528a6c5
bd87d025
1 parent
11c3d414
Installation de lucide-vue-next pour librairie d'icônes.
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
CHANGELOG.md
package-lock.json
package.json
CHANGELOG.md
View file @
bd87d02
0.
1.2:
-
Ajout fichier .prettierignore.
-
Installation module vuetify + modif script lint dans package.json.
-
Installation de lucide-vue-next pour librairie d'icônes.
0.
1.1:
-
Installation et configuration d'eslint et prettier.
...
...
package-lock.json
View file @
bd87d02
...
...
@@ -20,6 +20,7 @@
"@vueuse/core"
:
"^13.1.0"
,
"@vueuse/nuxt"
:
"^13.1.0"
,
"eslint"
:
"^9.25.1"
,
"lucide-vue-next"
:
"^0.503.0"
,
"nuxt"
:
"^3.16.2"
,
"pinia"
:
"^3.0.2"
,
"pinia-plugin-persistedstate"
:
"^4.2.0"
,
...
...
@@ -11560,6 +11561,15 @@
"yallist"
:
"^3.0.2"
}
},
"node_modules/lucide-vue-next"
:
{
"version"
:
"0.503.0"
,
"resolved"
:
"https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.503.0.tgz"
,
"integrity"
:
"sha512-3MrtHIBdh4dPCUZDLxQnvmQ17UzUnBYgezUSIo87Laais8hOz6qIPllp0iG/uS/UIzk7bJxyZRzoZTW/gLSr4A=="
,
"license"
:
"ISC"
,
"peerDependencies"
:
{
"vue"
:
">=3.0.1"
}
},
"node_modules/luxon"
:
{
"version"
:
"3.6.1"
,
"resolved"
:
"https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz"
,
...
...
package.json
View file @
bd87d02
...
...
@@ -26,6 +26,7 @@
"@vueuse/core"
:
"^13.1.0"
,
"@vueuse/nuxt"
:
"^13.1.0"
,
"eslint"
:
"^9.25.1"
,
"lucide-vue-next"
:
"^0.503.0"
,
"nuxt"
:
"^3.16.2"
,
"pinia"
:
"^3.0.2"
,
"pinia-plugin-persistedstate"
:
"^4.2.0"
,
...
...
Please
register
or
login
to post a comment