-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.87 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
{
"name": "woo",
"private": true,
"license": "EUPL-1.2",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"jslint": "eslint ./assets/js --config eslint.config.mjs",
"jslint:json": "npm run jslint -- --format json --output-file reports/eslint.json",
"jslint:fix": "npm run jslint -- --fix",
"mdlint": "markdownlint-cli2 '**/*.md' '!vendor/**' '!node_modules/**'",
"n": "vite",
"test": "vitest run --coverage",
"test:watch": "vitest watch --coverage"
},
"dependencies": {
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-vue": "file:assets/vendor/ux-vue",
"@vueuse/core": "^11.2.0",
"chart.js": "^4.4.6",
"chartjs-adapter-moment": "^1.0.1",
"date-fns": "^4.1.0",
"moment": "^2.30.1",
"vue": "^3.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@hotwired/stimulus": "^3.2.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-istanbul": "^2.1.5",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"postcss-loader": "^7.3.4",
"prettier": "3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-symfony": "^7.0.5",
"vitest": "^2.0.4"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"packageManager": "[email protected]+sha512.c21f77b91733829ec70e73cc88b5dc0a4bf685a81d252d3327d293ff7d5dd05a173f4dbeaa037600ec29696f397f14569229e5dab10b7cfc3e0a30575b8f3f8d"
}