1 | {
|
2 | "name": "@progress/kendo-theme-default",
|
3 | "description": "SASS resources for the default Kendo UI theme",
|
4 | "version": "10.0.1",
|
5 | "author": "Progress",
|
6 | "license": "Apache-2.0",
|
7 | "keywords": [
|
8 | "Kendo UI",
|
9 | "Theme"
|
10 | ],
|
11 | "main": "dist/all.css",
|
12 | "sass": "scss/all.scss",
|
13 | "files": [
|
14 | "dist/",
|
15 | "scss/",
|
16 | "lib/"
|
17 | ],
|
18 | "homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/default",
|
19 | "repository": {
|
20 | "type": "git",
|
21 | "url": "git+https://github.com/telerik/kendo-themes.git",
|
22 | "directory": "packages/default"
|
23 | },
|
24 | "bugs": {
|
25 | "url": "https://github.com/telerik/kendo-themes/issues/new?labels=bug,T:Default&template=bug_report.md"
|
26 | },
|
27 | "publishConfig": {
|
28 | "access": "public"
|
29 | },
|
30 | "kendo": {
|
31 | "themebuilder": {
|
32 | "swatches": {
|
33 | "path": "lib/swatches",
|
34 | "default": "default-main.json"
|
35 | }
|
36 | }
|
37 | },
|
38 | "scripts": {
|
39 | "build": "sass-build",
|
40 | "watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
|
41 | "sass": "sass-build",
|
42 | "sass:standalone": "sass-build -c sass-standalone.config.js",
|
43 | "sass:swatches": "gulp dist:swatches && sass-build -c sass-swatches.config.js",
|
44 | "docs": "node ../../scripts/sassdoc.js",
|
45 | "predocs": "npm run resolve-variables",
|
46 | "resolve-variables": "node ../../scripts/resolve-variables.js",
|
47 | "nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
|
48 | "nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate",
|
49 | "prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
50 | "postpublish": "echo 'no postpublish for default theme'"
|
51 | },
|
52 | "dependencies": {
|
53 | "@progress/kendo-svg-icons": "^4.0.0",
|
54 | "@progress/kendo-theme-core": "10.0.1",
|
55 | "@progress/kendo-theme-utils": "10.0.1"
|
56 | },
|
57 | "directories": {
|
58 | "doc": "docs",
|
59 | "lib": "lib"
|
60 | },
|
61 | "gitHead": "f17c246e98ef74c0dd306d37b9fec17026d548b9"
|
62 | }
|