-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "efiand-shared",
"version": "0.2.3",
"description": "A set of common modules (components, configurations, utilities) for any project.",
"type": "module",
"pre-commit": [
"lint-format"
],
"browserslist": [
"> 0.2%",
"last 6 version"
],
"scripts": {
"type-check": "vue-tsc --build --force",
"dev": "vite",
"lint-format": "npm run type-check && prettier --write . && eslint . --fix && stylelint **/*.{scss,vue} --fix",
"lint": "npm run type-check && prettier --check . && eslint . && stylelint **/*.{scss,vue}"
},
"devDependencies": {
"@fastify/pre-commit": "2.2.0",
"eslint": "9.16.0",
"prettier": "3.4.2",
"stylelint": "16.11.0",
"vite": "6.0.3",
"vue": "3.5.13"
},
"dependencies": {
"@destination/prettier-plugin-twig": "1.5.0",
"@eslint/js": "9.16.0",
"@eslint/markdown": "6.2.1",
"@tsconfig/node20": "20.1.4",
"@types/node": "22.10.1",
"@vue/eslint-config-typescript": "14.1.4",
"@vue/tsconfig": "0.7.0",
"@vueform/multiselect": "2.6.11",
"autoprefixer": "10.4.20",
"dayjs": "1.11.13",
"eslint-config-prettier": "9.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-vue": "9.32.0",
"globals": "15.13.0",
"maska": "3.0.4",
"nanoid": "5.0.9",
"postcss-html": "1.7.0",
"postcss-scss": "4.0.9",
"postcss-sort-media-queries": "5.2.0",
"postcss-url": "10.1.3",
"prettier-plugin-svelte": "3.3.2",
"sass": "1.82.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"twig": "1.17.1",
"typescript": "5.6.3",
"typescript-eslint": "8.17.0",
"vue-tsc": "2.1.10"
}
}