-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
40
41
42
43
44
45
{
"name": "orshuulga",
"private": true,
"type": "module",
"scripts": {
"build": "nuxi build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxi start",
"docker-start": "npm i && npm run build && npm run start"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18",
"@vite-pwa/nuxt": "^0.5.0",
"autoprefixer": "^10.4.14",
"nuxt": "^3.10.2",
"nuxt-gtag": "^1.1.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@artmizu/yandex-metrika-nuxt": "^1.0.4",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.18",
"@pinia/nuxt": "^0.4.11",
"axios": "^1.4.0",
"burlang-keyboard": "^1.0.2",
"dateformat": "^5.0.3",
"device-detector-js": "^3.0.3",
"ohmyfetch": "^0.4.21",
"pinia": "^2.1.4",
"subtitle": "^4.2.1",
"vue-toast-notification": "^3.1.2"
},
"overrides": {
"vue": "latest"
}
}