-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 905 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": "html",
"version": "1.0.0",
"description": "1. Followed the official [DDEV Quickstart for CraftCMS](https://ddev.readthedocs.io/en/latest/users/quickstart/#craft-cms)",
"main": "vite.config.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mandrasch/ddev-craftcms-vite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mandrasch/ddev-craftcms-vite/issues"
},
"homepage": "https://github.com/mandrasch/ddev-craftcms-vite#readme",
"devDependencies": {
"@vitejs/plugin-legacy": "^5.3.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.62.0",
"vite": "^5.1.4",
"vite-plugin-restart": "^0.4.0"
},
"engines": {
"node": "20"
}
}