-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.8 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@teritorio/vido",
"type": "module",
"version": "1.24.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"scripts": {
"prepare": "nuxi prepare",
"build-config": "npx vite-node bin/build-config.ts > vidos-config.json",
"build-fixture": "ruby poi_explode.rb cypress/fixtures/teritorio/references/pois.geojson",
"dev": "nuxi dev",
"build": "nuxi build",
"build:histoire": "rm -fr __screenshots__/current/ && mkdir -p __screenshots__/current/ && yarn histoire build",
"generate": "nuxi generate",
"start": "CONFIG=${CONFIG:-$PWD/vidos-config.json} nuxi preview",
"start:histoire": "CONFIG=vidos-config-empty.json yarn histoire dev",
"start:cypress": "CONFIG=vidos-config-cypress.json yarn build-fixture && yarn run cypress open",
"lint": "yarn lint:js && yarn lint:style",
"lint:js": "eslint .",
"lint:js:fix": "eslint --fix .",
"lint:style": "stylelint --cache **/*.{vue,css,scss}",
"test": "yarn test:cypress && yarn test:histoire",
"test:cypress": "yarn build-fixture && yarn run cypress run",
"test:histoire:report": "yarn build:histoire && npx --yes -- reg-cli __screenshots__/current __screenshots__/actual __screenshots__/diff -R __screenshots__/diff/index.html -J __screenshots__/diff/index.json --thresholdPixel 5 --matchingThreshold 0.3 --extendedErrors || exit 0",
"test:histoire:check-report": "cat __screenshots__/diff/index.json | jq --exit-status '.failedItems + .newItems + .deletedItems | length == 0'",
"test:histoire": "yarn test:histoire:report && yarn test:histoire:check-report",
"postinstall": "yarn prepare"
},
"dependencies": {
"@fortawesome/vue-fontawesome": "^3.0.3",
"@gtm-support/vue-gtm": "^2.0.0",
"@pinia/nuxt": "0.4.11",
"@sentry/node": "^8.35.0",
"@sentry/vue": "^8.35.0",
"@tailwindcss/typography": "^0.5.9",
"@teritorio/map": "^0.12.7",
"@teritorio/maplibre-gl-teritorio-cluster": "^0.0.12",
"@teritorio/openmaptiles-gl-language": "^1.5.4",
"@turf/boolean-intersects": "^6.5.0",
"@turf/mask": "^7.1.0",
"@types/geojson": "^7946.0.10",
"core-js": "^3.31.0",
"country-flag-icons": "^1.5.7",
"date-fns": "^2.30.0",
"fast-copy": "^3.0.1",
"fast-equals": "^5.0.1",
"geohashing": "^1.1.4",
"locale-includes": "^1.0.6",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lodash.without": "^4.4.0",
"maplibre-gl": "^4.5.0",
"opening_hours": "^3.8.0",
"pinia": "^2.0.33",
"pinia-shared-state": "0.5.1",
"url-slug": "^4.0.1",
"vue-cookie-accept-decline": "^6.1.0",
"vue-matomo": "^4.2.0",
"vue-screen": "^2.2.0",
"vue3-touch-events": "^4.1.3",
"vuetify": "3.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@histoire/plugin-nuxt": "^0.16.2",
"@histoire/plugin-screenshot": "^0.16.1",
"@histoire/plugin-vue": "^0.16.1",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@mdi/font": "^7.2.96",
"@nuxt/devtools": "^1.3.1",
"@nuxt/image-edge": "1.0.0-rc.1-28119537.bfe30ab",
"@nuxt/types": "^2.17.0",
"@nuxtjs/i18n": "8.0.0",
"@tailwindcss/forms": "^0.5.3",
"@teritorio/font-teritorio": "^2.5.0",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.memoize": "^4.1.7",
"@types/lodash.throttle": "^4.1.7",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/lodash.without": "^4.4.7",
"@types/node": "18.19.33",
"@types/wcag-contrast": "^3.0.0",
"autoprefixer": "^10.4.14",
"cypress": "^13.10.0",
"cypress-html-validate": "^6.0.0",
"cypress-terminal-report": "^5.2.0",
"eslint": "^9.4.0",
"geojson": "^0.5.0",
"histoire": "^0.16.2",
"html-validate": "^8.0.5",
"json-loader": "^0.5.7",
"lint-staged": "^15.2.0",
"loader-utils": "^3.2.1",
"lodash.get": "^4.4.2",
"msw": "^1.2.2",
"nuxt": "3.8.0",
"nuxt-simple-sitemap": "^2.7.0",
"postcss": "^8.4.24",
"postcss-html": "^1.6.0",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"simple-git-hooks": "^2.9.0",
"stylelint": "^16.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.0.0",
"tailwindcss": "^3.3.2",
"typescript": "5.1.6",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "yarn dlx lint-staged"
},
"lint-staged": {
"*.{css,scss,vue}": "stylelint",
"*": "yarn nuxi typecheck .",
"*.{vue,ts,js}": "yarn lint:js:fix"
}
}