-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "themeparks-nuxtjs",
"version": "1.6.4",
"private": false,
"repository": {
"url": "https://github.com/timyboy12345/Themeparks-NuxtJS"
},
"license": "MIT",
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"build:prod": "NODE_ENV=production nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@kangc/v-md-editor": "^1.7.12",
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-adsense": "^1.2.1",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/sentry": "^5.1.5",
"@nuxtjs/sitemap": "^2.4.0",
"@sentry/tracing": "^6.15.0",
"@tailwindcss/forms": "^0.5.3",
"core-js": "^3.37.1",
"highcharts": "^9.3.1",
"mavon-editor": "^2.10.4",
"nuxt": "^2.18.1",
"nuxt-highcharts": "^1.0.8",
"nuxt-i18n": "^6.28.1",
"nuxt-lazy-load": "^1.2.9",
"nuxt-leaflet": "^0.0.27",
"postcss": "^8.4.39",
"vue-gtag": "^1.16.1"
},
"devDependencies": {
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.10",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.4.1"
}
}