-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 890 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
{
"name": "pexels-image-field",
"version": "0.0.0",
"description": "A Kirby Plugin Starterkit",
"main": "index.js",
"author": "Maurice Renck",
"private": true,
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"build": "npx -y kirbyup src/index.js"
},
"posthtml": {
"recognizeSelfClosing": true
},
"dependencies": {
"date-fns": "2.11.0",
"vue": "^2.6.14",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@ambimax/semantic-release-composer": "github:ambimax/semantic-release-composer",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@vue/component-compiler-utils": "^3.2.2",
"cssnano": "^5.0.6",
"postcss": "^8.3.5",
"sass": "^1.43.4",
"vue-template-compiler": "^2.6.14"
}
}