forked from mauricerenck/komments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 965 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
{
"name": "komments",
"version": "1.2.0",
"description": "A comment and webmention plugin for Kirby 3",
"main": "index.js",
"author": "Maurice Renck",
"private": true,
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"build": "npx -y kirbyup src/index.js",
"build-css": "sass src/komments.scss assets/komments.css"
},
"posthtml": {
"recognizeSelfClosing": true
},
"dependencies": {
"semver": "^7.3.4",
"vue": "^2.6.11",
"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.1.2",
"cssnano": "^4.1.10",
"sass": "^1.32.6",
"stylus": "^0.54.7",
"vue-template-compiler": "^2.6.11"
}
}