-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.46 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
{
"version": "0.1.0",
"name": "preservonsleau",
"scripts": {
"build": "nuxi generate && purgecss --config ./purgecss.config.js",
"start": "nuxi preview",
"dev": "nuxi dev",
"format": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"preview": "nuxt preview",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:e2e": "start-server-and-test dev http://localhost:3000 cy:run",
"purgecss": "purgecss --config ./purgecss.config.js"
},
"dependencies": {
"@gouvfr/dsfr": "^1.10.1",
"@gouvminint/vue-dsfr": "^7.0.1",
"@iconify/vue": "^4.1.2",
"@pinia/nuxt": "^0.5.3",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"chart.js": "^4.4.0",
"chartjs-adapter-luxon": "^1.3.1",
"html2canvas": "^1.4.1",
"json-2-csv": "^5.5.5",
"luxon": "^3.4.3",
"maplibre-gl": "^4.5.2",
"moment": "^2.30.1",
"pinia": "^2.2.1",
"pmtiles": "^3.0.6",
"vue-chartjs": "^5.2.0",
"vue-dsfr-nuxt-module": "^2.0.0",
"vue-matomo": "^4.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.4",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@nuxt/types": "^2.16.0",
"@nuxt/typescript-build": "^3.0.0",
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/jest-dom": "^6.1.1",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^8.0.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vite-pwa/nuxt": "^0.10.5",
"@vue/eslint-config-typescript": "^14.1.0",
"@vue/tsconfig": "^0.5.0",
"cypress": "^13.0.0",
"eslint": "^9.12.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.29.0",
"istanbul-lib-coverage": "^3.2.0",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"nuxt": "^3.5.0",
"nuxt-simple-robots": "^4.0.0-rc.17",
"nuxt-simple-sitemap": "^4.1.0",
"nyc": "^17.0.0",
"sass": "^1.79.5",
"sass-loader": "^16.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.6.3",
"vite-plugin-istanbul": "^6.0.2"
},
"engines": {
"node": ">=20"
}
}