File tree 5 files changed +909
-882
lines changed
5 files changed +909
-882
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ @import ' primeicons/primeicons.css' ;
2
+
3
+ :root {
4
+ font-family : ' Roboto'
5
+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineNuxtConfig({
7
7
transpile : [ 'trpc-nuxt' ] ,
8
8
} ,
9
9
10
- css : [ '~/assets/css/main.css ' ] ,
10
+ css : [ '~/assets/css/main.scss ' ] ,
11
11
12
12
modules : [
13
13
'@primevue/nuxt-module' ,
Original file line number Diff line number Diff line change 19
19
"@nuxt/eslint" : " ^0.3.13" ,
20
20
"@nuxtjs/google-fonts" : " ^3.2.0" ,
21
21
"@nuxtjs/tailwindcss" : " ^6.12.1" ,
22
- "@primevue/themes" : " ^4.0.0 " ,
23
- "@prisma/client" : " 5.16.2 " ,
22
+ "@primevue/themes" : " ^4.0.3 " ,
23
+ "@prisma/client" : " 5.17.0 " ,
24
24
"@trpc/client" : " ^10.45.2" ,
25
25
"@trpc/server" : " ^10.45.2" ,
26
26
"argon2" : " ^0.40.3" ,
27
27
"dotenv-cli" : " ^7.4.2" ,
28
- "nuxt" : " ^3.12.3" ,
29
- "primevue" : " ^4.0.0" ,
28
+ "nuxt" : " ^3.12.4" ,
29
+ "primeicons" : " ^7.0.0" ,
30
+ "primevue" : " ^4.0.3" ,
30
31
"tailwindcss-primeui" : " ^0.3.4" ,
31
32
"trpc-nuxt" : " ^0.10.22" ,
32
- "vue" : " ^3.4.31 " ,
33
+ "vue" : " ^3.4.34 " ,
33
34
"vue-router" : " ^4.4.0" ,
34
35
"zod" : " ^3.23.8"
35
36
},
36
37
"devDependencies" : {
37
- "@primevue/nuxt-module" : " ^4.0.0 " ,
38
+ "@primevue/nuxt-module" : " ^4.0.3 " ,
38
39
"@vueuse/core" : " ^10.11.0" ,
39
40
"@vueuse/nuxt" : " ^10.11.0" ,
40
- "husky" : " ^9.1.1 " ,
41
+ "husky" : " ^9.1.4 " ,
41
42
"lint-staged" : " ^15.2.7" ,
42
- "prisma" : " ^5.16.2"
43
+ "prisma" : " ^5.17.0" ,
44
+ "sass" : " ^1.77.8"
43
45
},
44
46
"lint-staged" : {
45
47
"*" : " eslint"
You can’t perform that action at this time.
0 commit comments