-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 952 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
34
35
36
{
"name": "craft-cms",
"private": true,
"version": "5.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"alpinejs": "^3.13.8",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"rollup-plugin-copy": "^3.5.0",
"sharp": "^0.33.3",
"svgo": "^3.2.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0",
"vite-plugin-favicon2": "^1.1.5",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-restart": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebyshape/craft-cms.git"
},
"author": "Jason Mayo (@bymayo)",
"authorUrl": "https://madebyshape.co.uk",
"license": "ISC",
"bugs": {
"url": "https://github.com/madebyshape/craft-cms/issues"
},
"homepage": "https://github.com/madebyshape/craft-cms#readme"
}