-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.27 KB
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
{
"name": "weboll",
"version": "v1.6.0+709b8fc4",
"description": "Bulletin back-office for ARPA Piemonte Centro Funzionale",
"author": "Copyright (C) 2025 Arpa Piemonte - Dipartimento Naturali e Ambientali",
"license": "AGPL-3.0-or-later",
"private": true,
"main": "public/index.html",
"repository": "https://github.com/Arpapiemonte/weboll",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:old": "vitest --environment jsdom ",
"type-check": "vue-tsc --build --force",
"type-check:old": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:old": "eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore src w??/front"
},
"dependencies": {
"vue": "^3.4.29",
"vue-router": "4.3.3",
"//": "start with my dependencies",
"@types/leaflet": "^1.9.8",
"@vuepic/vue-datepicker": "3.6.1",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"@popperjs/core": "^2.11.8",
"deep-diff": "^1.0.2",
"leaflet": "^1.9.0",
"vue-toast-notification": "^3.1.1",
"ag-grid-vue3": "32.1.0",
"vue-chartjs": "5.3.1",
"chart.js": "4.4.4",
"date-fns": "3.6.0",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-zoom": "2.0.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.1.0",
"npm-run-all2": "^6.2.0",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21",
"//": "start with my dependencies",
"@testing-library/vue": "^6.6.1",
"@types/bootstrap": "^5.2.6",
"@vue/eslint-config-standard": "^8.0.1",
"eslint-plugin-notice": "^0.9.10",
"openapi-typescript": "^6.2.8",
"sass": "^1.63.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not IE 11",
"firefox 91"
]
}