-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.25 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "meshhouse-frontend",
"version": "1.0.0",
"private": false,
"author": {
"name": "Maxim Makarov",
"email": "aks11311@gmail.com",
"url": "https://github.com/longsightedfilms"
},
"repository": "github:meshhouse/frontend",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt",
"build": "cross-env NODE_ENV=production nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^2.0.8",
"@hcaptcha/vue-hcaptcha": "^1.2.1",
"@meshhouse/model-viewer": "^1.0.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/sentry": "^5.1.7",
"@sentry/tracing": "^7.7.0",
"@skatejs/ssr": "^0.19.11",
"@stoplight/elements": "^7.5.18",
"axios-jwt": "^1.8.0",
"cookie-universal-nuxt": "^2.2.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"nuxt": "^2.15.8",
"nuxt-property-decorator": "^2.9.1",
"portal-vue": "^2.1.7",
"qs": "^6.11.0",
"swiper": "^5.4.5",
"uid": "^2.0.1",
"vue-awesome-swiper": "^4.1.1",
"vue-clickaway": "^2.2.2",
"vue-debounce": "^4.0.0",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-slider-component": "^3.2.18",
"vuelidate": "^0.7.7"
},
"devDependencies": {
"@meshhouse/types": "git+https://github.com/Meshhouse/types.git",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/style-resources": "^1.2.1",
"@types/crypto-js": "^4.1.1",
"@types/node": "^14.6.0",
"@types/vuelidate": "^0.7.15",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-webpack-plugin": "^2.7.0",
"node-sass": "^7.0.1",
"nuxt-webpack-optimisations": "^2.2.4",
"sass-loader": "^10.3.1",
"typescript": "^4.0.8"
}
}