-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 923 Bytes
/
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
{
"name": "fv-einsteinstrasse-tailwind-theme",
"version": "1.0.0",
"author": "Jens Kuesters",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"copy-icons": "node copy-icons.cjs",
"postinstall": "npm run copy-icons"
},
"devDependencies": {
"@prettier/plugin-php": "0.22.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.15",
"autoprefixer": "10.4.20",
"bigpicture": "2.6.3",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"postcss-nested": "7.0.2",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"remixicon": "4.5.0",
"tailwindcss": "3.4.15",
"tailwindcss-debug-screens": "2.2.1",
"vite": "5.4.11",
"vite-plugin-kirby": "5.3.1",
"vite-plugin-live-reload": "3.0.3",
"vite-plugin-mkcert": "1.17.6"
},
"packageManager": "yarn@4.5.3"
}