-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 860 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
{
"name": "indieconnector",
"version": "1.2.1",
"description": "A webmention plugin for Kirby 3",
"main": "index.js",
"author": "Maurice Renck",
"private": true,
"scripts": {
"dev": "npx -y kirbyup serve src/index.js",
"build": "npx -y kirbyup src/index.js"
},
"posthtml": {
"recognizeSelfClosing": true
},
"dependencies": {
"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"
}
}