This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
93 lines (93 loc) · 2.66 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "okuna-web",
"description": "The Okuna social network web version",
"version": "2.10.0",
"private": true,
"dependencies": {
"@hcaptcha/vue-hcaptcha": "^0.2.2",
"@nuxt/types": "^2.14.3",
"@nuxtjs/axios": "5.9.5",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/router-extras": "^1.1.0",
"@nuxtjs/sentry": "^3.3.1",
"@types/color": "^3.0.1",
"@types/howler": "^2.2.1",
"@types/twemoji": "^12.1.0",
"@types/vue-markdown": "^2.2.1",
"@types/vuelidate": "^0.7.11",
"axios": "^0.21.1",
"bowser": "^2.10.0",
"buefy": "^0.8.20",
"bulma": "^0.8.0",
"bulma-helpers": "^0.3.10",
"cheerio": "^1.0.0-rc.3",
"color": "^3.1.2",
"crypto-hash": "^1.2.2",
"dotenv": "^8.2.0",
"es6-dynamic-template": "^2.0.0",
"fs": "0.0.1-security",
"howler": "^2.2.0",
"inversify": "^5.0.1",
"loaders.css": "^0.1.2",
"localforage": "^1.9.0",
"localforage-nuxt": "^1.0.10",
"lodash.debounce": "^4.0.8",
"lru_map": "^0.3.3",
"mobx": "^5.15.4",
"mobx-vue": "^2.0.10",
"npm-check-updates": "^4.0.4",
"nuxt": "^2.14.3",
"nuxt-i18n": "^6.6.1",
"nuxt-property-decorator": "^2.5.1",
"okuna": "^0.3.0",
"p-cancelable": "^2.0.0",
"patch-package": "^6.2.2",
"pino": "^5.17.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"twemoji": "^12.1.5",
"uuid": "^7.0.3",
"v-clipboard": "^2.2.3",
"v-debounce": "^0.1.2",
"v-tooltip": "2.1.2",
"vue": "^2.6.12",
"vue-cropperjs": "^4.2.0",
"vue-i18n": "^8.15.5",
"vue-infinite-loading": "^2.4.5",
"vue-line-clamp": "^1.3.2",
"vue-markdown": "^2.2.4",
"vue-material-design-icons": "^4.4.0",
"vue-media-queries": "0.0.5",
"vue-moment": "^4.1.0",
"vue-not-visible": "^1.0.9",
"vue-popperjs": "^2.3.0",
"vue-progressive-image": "^3.2.0",
"vue-router-multiguard": "^1.0.3",
"vue-rx": "^6.2.0",
"vue-scrollto": "^2.17.1",
"vue-sticky-directive": "0.0.10",
"vue-text-highlight": "^2.0.10",
"vue-video-player": "^5.0.2",
"vuelidate": "^0.7.5",
"vuelidate-property-decorators": "^1.0.28",
"vuescroll": "^4.15.1",
"vuex": "^3.1.3",
"vuex-class": "0.3.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt-ts",
"build": "cross-env NODE_ENV=production nuxt-ts build",
"postinstall": "patch-package"
},
"devDependencies": {
"@nuxt/typescript-build": "^2.0.2",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"@types/cheerio": "^0.22.21",
"@types/pino": "^5.17.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}