forked from onedarnleyroad/craftcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 699 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 699 Bytes
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
{
"author": "One Darnley Road Digital Ltd",
"version": "0.0.1",
"dependencies": {
"alpinejs": "^3.12.0",
"lazysizes": "^5.3.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.0",
"vite": "^4.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-restart": "^0.3.1"
},
"engines": {
"node": "^16"
},
"scripts": {
"build": "NODE_ENV=production vite build",
"serve": "NODE_ENV=dev vite"
}
}