-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 2.15 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
{
"name": "themezer_website",
"version": "1.0.0",
"description": "A site for sharing themes, theme packs and layouts for your Nintendo Switch. Discover hundreds of themes based on games, movies, anime, art, nature and much more!",
"author": "Migushthe2nd <[email protected]>",
"private": false,
"license": "GPL-3.0",
"scripts": {
"dev": "nuxt-ts",
"build": "rimraf .nuxt && nuxt-ts build",
"start": "nuxt-ts start",
"generate": "yarn run build --target static && nuxt export"
},
"dependencies": {
"@mdi/font": "^5.3.45",
"@nuxt/typescript-build": "^0.6.0",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/auth-next": "^5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/gtm": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/vuetify": "^1.0.0",
"@types/webpack-env": "^1.15.2",
"array-object-merge": "^1.2.1",
"babel-runtime": "^6.26.0",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^2.6.5",
"gm": "^1.23.1",
"imagemin-webpack-plugin": "^2.4.2",
"marked": "^1.1.0",
"minisearch": "^2.3.1",
"nested-object-assign": "^1.0.3",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.27.2",
"object-hash": "^2.0.3",
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.2",
"rxjs": "^6.6.0",
"vue": "^2.6.12",
"vue-cookie-law": "^1.13.3",
"vue-linkify": "^1.0.1",
"vue-no-ssr": "^1.1.1",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
},
"repository": "https://github.com/ThemezerNX/Themezer.git"
}