-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.43 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
{
"name": "nuxt-image-board",
"version": "1.0.0",
"description": "A taggable private imageboard system made only for me and you",
"author": "Dosugamea",
"private": true,
"scripts": {
"dev": "nuxt --hostname localhost",
"dev-vscode": "node --hostname localhost --inspect-brk=9229 node_modules/nuxt/bin/nuxt",
"build": "nuxt build",
"analyze": "nuxt build --analyze",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue"
},
"dependencies": {
"@creativebulma/bulma-tagsinput": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@johmun/vue-tags-input": "^2.1.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "5.12.1",
"@nuxtjs/device": "^1.2.7",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/onesignal": "^3.0.0-beta.16",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/vercel-builder": "^0.17.12",
"@toast-ui/vue-editor": "^2.5.0",
"axios-extensions": "^3.1.3",
"bulma": "^0.9.1",
"bulma-pageloader": "^0.3.0",
"bulma-quickview": "^2.0.0",
"bulma-switch": "^2.0.0",
"codemirror": "^5.58.2",
"cookie-universal-nuxt": "^2.1.4",
"hi-base32": "^0.5.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"mobile-pull-to-refresh": "^0.2.2",
"node-sass": "^4.14.1",
"nuxt": "^2.14.7",
"nuxt-fontawesome": "^0.4.0",
"nuxt-logrocket": "^1.2.10",
"nuxt-precompress": "^0.5.2",
"nuxt-purgecss": "^1.0.0",
"nuxt-webfontloader": "^1.1.0",
"sass-loader": "^10.1.0",
"shortid": "^2.2.16",
"tui-editor": "^1.4.10",
"v-viewer": "^1.5.1",
"vue-i18n": "^8.22.1",
"vue-infinite-loading": "^2.4.5",
"vue-lazyload": "^1.3.3",
"vue-notification": "^1.3.20",
"vue-scroll": "^2.1.13",
"vue-scrollto": "^2.20.0",
"vue-telegram-login": "^2.1.0",
"vue-youtube": "^1.4.0",
"vue2-touch-events": "^2.3.2",
"vuex-persistedstate": "^3.1.0"
},
"devDependencies": {
"@intlify/vue-i18n-extensions": "^1.0.2",
"@nuxtjs/eslint-config": "^3.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-plugin-nuxt": "^1.0.0"
}
}