-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.13.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "^8.0.0-beta.7",
"@types/lodash.clonedeep": "^4.5.7",
"@types/luxon": "^3.1.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0",
"nuxt": "^3.2.0",
"typescript": "^4.9.4",
"vue-i18n": "9.3.0-beta.10"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@mdi/font": "^7.1.96",
"@pinia/nuxt": "^0.4.6",
"dexie": "^3.2.2",
"lodash.clonedeep": "^4.5.0",
"luxon": "^3.1.1",
"pinia": "^2.0.28",
"sass": "^1.57.1",
"uuid": "^9.0.0",
"vuetify": "^3.1.4"
}
}