-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@mdi/font": "^7.2.96",
"@nuxt/devtools": "^1.3.9",
"@types/node": "^18.16.19",
"nuxt": "^3.12.4",
"typeface-roboto": "^1.1.13"
},
"dependencies": {
"@babel/parser": "^7.22.10",
"@date-io/date-fns": "^3.0.0",
"@pinia/nuxt": "^0.4.11",
"@types/crypto-js": "^4.1.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"bcrypt-ts": "^4.0.0",
"crypto-js": "^4.1.1",
"date-fns": "^3.6.0",
"html2canvas": "^1.4.1",
"material-design-icons": "^3.0.1",
"mdi": "^2.2.43",
"moment": "^2.30.1",
"pinia": "^2.1.6",
"prettier": "^3.0.1",
"sass": "^1.63.6",
"vue3-toastify": "^0.1.11",
"vuetify": "3.4.6"
}
}