-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.96 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
{
"private": true,
"type": "module",
"config": {
"test": "git change"
},
"scripts": {
"watch": "vite",
"watch-site2": "vite --config vite.config.site2.js",
"dev": "vite build",
"prod": "vite build",
"prod-two-sites-example": "vite build && vite build --config vite.config.site2.js",
"ckeditor": "vite build --config vite-ckeditor.config.js",
"favicon": "vite build --config vite-favicon.config.js",
"favicon-site2": "vite build --config vite-favicon.config.site2.js",
"start": "ddev composer install && (yarn install && yarn run prod) && git config core.hooksPath .githooks && chmod +x .githooks/post-merge && chmod +x .githooks/pre-push && node -e \"console.log('DONE! All ready to go!')\"",
"googlefonts": "node googlefonts.js",
"touch": "./craft project-config/touch"
},
"resolutions": {
"sharp": "^0.29.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/glidejs": "^1.0.34",
"@types/googlemaps": "^3.43.3",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-legacy": "^5.2.0",
"autoprefixer": "^10.4.16",
"google-fonts-helper": "^2.0.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-custom-properties": "^13.3.2",
"postcss-file": "^0.1.1",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"promise-polyfill": "^8.3.0",
"tailwindcss": "^3.3.5",
"terser": "^5.24.0",
"typescript": "5.3.2",
"vite": "^5.0.13",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-restart": "^0.4.0",
"wicg-inert": "^3.1.2"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.2.1",
"@floating-ui/dom": "^1.5.3",
"@glidejs/glide": "^3.6.0",
"@popperjs/core": "^2.11.8",
"flatpickr": "^4.6.13",
"leaflet": "^1.9.4",
"tippy.js": "^6.3.7",
"vite-plugin-dynamic-import": "^1.5.0"
},
"optionalDependencies": {
"vite-plugin-favicon2": "^1.1.4"
}
}