-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 943 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
{
"name": "my-app",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/vuetify": "^1.12.3",
"@nuxtjs/yandex-metrika": "^1.4.0",
"@stereotech/stereotech-brandbook": "^0.1.4",
"axios": "^1.2.6",
"front-matter": "^4.0.2",
"nuxt": "^2.15.8",
"vue-property-decorator": "^9.1.2",
"vue-the-mask": "^0.11.1",
"vue-yandex-maps": "^0.11.13",
"vuex-class": "^0.3.2",
"vuex-persistedstate": "^4.1.0",
"xlsx": "^0.18.5"
}
}