-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "content-test",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style",
"release": "git checkout master && git pull && standard-version && git push --follow-tags origin master",
"docker:dev": "yarn && yarn dev",
"docker:builder": "yarn && yarn build"
},
"dependencies": {
"@ec-nordbund/leaflet": "1.7.1-build-81dc2489",
"@ec-nordbund/nuxt-vue2-leaflet": "3.2.1",
"@fontsource/montserrat": "4.5.7",
"@mdi/js": "6.6.96",
"@nuxt/content": "1.15.1",
"@nuxt/typescript-runtime": "2.1.0",
"@nuxt/vue-app": "2.15.8",
"@nuxtjs/composition-api": "0.32.0",
"@nuxtjs/sitemap": "2.4.0",
"ackee-tracker": "latest",
"fiber": "1.0.4",
"nuxt": "2.15.8",
"remark": "13.0.0",
"remark-html": "13.0.2",
"sass": "1.50.0",
"sass-loader": "10.2.1",
"typeface-montserrat": "1.1.13",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vuetify": "2.6.10",
"web-vitals": "2.1.4"
},
"devDependencies": {
"@ec-nordbund/typescript-module": "0.4.0",
"@ec-nordbund/vuetify-module": "0.4.3",
"@lhci/cli": "0.8.2",
"@nuxt/types": "2.15.8",
"@nuxtjs/eslint-config": "9.0.0",
"@nuxtjs/eslint-config-typescript": "9.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@types/node": "17.0.23",
"babel-eslint": "10.1.0",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-prettier": "4.0.0",
"nuxt-build-optimisations": "1.0.7",
"prettier": "2.6.2",
"pug": "3.0.2",
"pug-plain-loader": "1.1.0",
"typescript": "4.6.3",
"webpack": "4.46.0"
}
}