-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.55 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
{
"name": "zerotohero-nuxt",
"version": "1.0.0",
"private": true,
"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": {
"@nuxtjs/axios": "^5.13.1",
"@videojs/http-streaming": "^2.10.0",
"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",
"core-js": "^3.9.1",
"country-code-lookup": "^0.0.19",
"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.12",
"fs": "^0.0.1-security",
"he": "^1.2.0",
"html-entities": "^1.4.0",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"marked": "^2.0.4",
"moment": "^2.29.1",
"money": "^0.2.0",
"net": "^1.0.2",
"node-html-parser": "^3.3.3",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.27.0",
"nuxt-lazy-load": "^1.2.6",
"ogv": "^1.8.4",
"papaparse": "^5.3.0",
"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",
"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-awesome-countdown": "^1.1.4",
"vue-container-query": "^0.1.0",
"vue-disqus": "^4.0.1",
"vue-drag-drop": "^1.1.4",
"vue-gtag": "^1.16.1",
"vue-mq": "^1.0.1",
"vue-observe-visibility": "^1.0.0",
"vue-simple-svg": "^2.0.2",
"vue-video-player": "^5.0.2",
"vue2-leaflet": "^2.7.1",
"vue2-touch-events": "^3.2.2",
"wanakana": "^4.0.2",
"wikijs": "^6.3.2",
"wikimedia-commons-file-path": "^2.0.0"
},
"devDependencies": {
"@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": "^6.0.0",
"sass": "^1.32.13",
"vue-jest": "^3.0.4"
}
}