forked from longjiang/zerotohero-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.8 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "zerotohero-nuxt",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@capacitor/app": "^4.0.1",
"@capacitor/share": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/in-app-purchase-2": "^5.36.0",
"@nuxt/builder": "^2.15.8",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/toast": "^3.3.1",
"@sindresorhus/transliterate": "^1.5.0",
"@toast-ui/vue-editor": "^3.1.7",
"@vue-stripe/vue-stripe": "^4.4.2",
"accounting": "^0.4.1",
"ass-parser": "^0.2.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"child_process": "^1.0.2",
"chinese-conv": "^1.0.1",
"cordova-plugin-purchase": "^11.0.0",
"core-js": "^3.9.1",
"country-code-lookup": "^0.0.19",
"country-flag-icons": "^1.4.26",
"css-percentage-circle": "^2.0.1",
"deep-equal": "^2.0.5",
"detect-file-encoding-and-language": "^2.1.0",
"fast-xml-parser": "^3.19.0",
"fastest-levenshtein": "^1.0.16",
"flatted": "^3.2.5",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"hash-string": "^1.0.0",
"he": "^1.2.0",
"html-entities": "^1.4.0",
"idb": "^7.0.1",
"idle-vue": "^2.0.5",
"iframe-translator": "^0.3.4",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"markdown-to-txt": "^2.0.1",
"marked": "^2.0.4",
"moment": "^2.29.1",
"money": "^0.2.0",
"net": "^1.0.2",
"node-html-markdown": "^1.2.0",
"node-html-parser": "^3.3.6",
"nuxt": "^2.15.8",
"nuxt-delay-hydration": "^0.3.2",
"nuxt-i18n": "^6.27.0",
"nuxt-lazy-load": "^1.2.6",
"ogv": "^1.8.4",
"papaparse": "^5.3.0",
"pinyin-tone": "^2.1.2",
"raw-loader": "^4.0.2",
"sanitize-html": "^2.4.0",
"smartquotes": "^2.3.2",
"smoothscroll-polyfill": "^0.4.4",
"subtitle": "^4.1.0",
"timeago-reverse": "^1.0.10",
"tls": "^0.0.1",
"transliteration": "^2.2.0",
"turndown": "^7.1.1",
"unescape": "^1.0.1",
"uuid": "^8.3.2",
"v-runtime-template": "^1.10.0",
"v-tooltip": "^2.1.3",
"vue-analytics": "^5.22.1",
"vue-async-computed": "^3.9.0",
"vue-awesome-countdown": "^1.1.4",
"vue-container-query": "^0.1.0",
"vue-disqus": "^4.0.1",
"vue-dplayer": "^0.0.10",
"vue-drag-drop": "^1.1.4",
"vue-gtag": "^1.16.1",
"vue-lazyload": "^1.3.3",
"vue-mq": "^1.0.1",
"vue-observe-visibility": "^1.0.0",
"vue-paypal-checkout": "^3.2.0",
"vue-plugin-load-script": "^2.1.1",
"vue-simple-svg": "^2.0.2",
"vue-spinner": "^1.0.4",
"vue-video-player": "^5.0.2",
"vue2-leaflet": "^2.7.1",
"vue2-smooth-scroll": "^1.6.0",
"vue2-touch-events": "^3.2.2",
"vuex-persist": "^3.1.3",
"vuex-shared-mutations": "^1.0.2",
"wanakana": "^4.0.2",
"webvtt-parser": "^2.1.2",
"wikijs": "^6.3.2",
"wikimedia-commons-file-path": "^2.0.0"
},
"devDependencies": {
"@capacitor/android": "^4.0.0",
"@capacitor/cli": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@nuxt/types": "^2.15.3",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/router-extras": "^1.1.1",
"@vue/test-utils": "^1.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0",
"node-sass": "npm:sass@^1.54.4",
"sass": "^1.32.13",
"vue-jest": "^3.0.4"
}
}