forked from hananils/kirby-colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.21 KB
/
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
{
"scripts": {
"dev": "parcel watch src/index.js --no-source-maps -d ./",
"build": "parcel build src/index.js --no-source-maps --experimental-scope-hoisting -d ./"
},
"posthtml": {
"recognizeSelfClosing": true
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"cssnano": "^4.1.10",
"sass": "^1.22.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"lib": "^4.0.2",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3"
},
"name": "kirby-colors",
"description": "Colors is a field for Kirby 3 that allows the selection of a color using the native color selector. Colors can be viewed and edited in either HEX, RGB or HSL. Additionally, the field automatically calculates the most readable contrast color. This can be useful, if you'd like to specify background colors and would like to adjust the text colors accordingly. The field displays the color contrast ratings AA, AALarge, AAA and AAALarge according to WCAG accessibility guidelines.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"src": "src"
},
"keywords": [],
"author": "",
"license": "ISC"
}