-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 875 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
{
"name": "craft-starter",
"version": "1.0.0",
"description": "Craft CMS starter project",
"main": "app.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": "Andrea DeMers",
"license": "ISC",
"dependencies": {
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/typography": "0.5.2",
"alpinejs": "3.10.2",
"lazysizes": "5.3.2",
"tailwindcss": "3.0.24"
},
"devDependencies": {
"@vitejs/plugin-legacy": "1.8.2",
"autoprefixer": "10.4.7",
"postcss": "8.4.14",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.11",
"prettier-plugin-twig-melody": "0.4.6",
"vite": "2.9.9",
"vite-plugin-favicon2": "^1.1.4",
"vite-plugin-restart": "0.1.1"
}
}