-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.66 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
{
"type": "module",
"name": "craftcms-hda-starter-kit",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"fix-scripts": "eslint --fix 'src/scripts/**/*.{vue,js,jsx,mjs}'",
"fix-styles": "stylelint --fix 'src/styles/**/*.{css,scss}'"
},
"dependencies": {
"alpinejs": "^3.14.1",
"async-alpine": "^1.2.2",
"htmx-booster-pack": "^1.1.2",
"lazysizes": "^5.3.2",
"plyr": "^3.7.8",
"pubsub-js": "^1.9.4",
"vue": "^3.4.32"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.8",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^9.7.0",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.39",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.4.1",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-stylelint": "^5.3.1",
"vue-eslint-parser": "^9.4.3"
},
"browserslist": [
"> 0.5%",
"safari >14",
"not op_mini all",
"not UCAndroid 12",
"not ios <14.5",
"not dead"
]
}