rotala-theme-default-light
Version:
a light theme for rotala.css framework
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "rotala-theme-default-light",
"version": "0.0.7",
"description": "a light theme for rotala.css framework",
"main": "dist/theme.css",
"style": "style/main.pcss",
"scripts": {
"dev": "cross-env NODE_ENV=development concurrently \"postcss docs/main.pcss -o docs/assets/css/theme.css --watch\" \"live-server ./docs\"",
"build": "cross-env NODE_ENV=production concurrently \"postcss docs/main.pcss -o docs/assets/css/theme.css\" \"postcss style/main.pcss -o dist/theme.css\"",
"prepare": "lerna run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daiyanze/rotala.git"
},
"keywords": [
"css",
"framework",
"UI",
"UX",
"rotala",
"rotala-extension",
"rotala-theme"
],
"author": "daiyanze",
"license": "MIT",
"bugs": {
"url": "https://github.com/daiyanze/rotala/issues"
},
"dependencies": {
"rotala": "^0.0.6",
"rotala-extension-css-icon": "^0.0.5"
},
"devDependencies": {
"concurrently": "^5.1.0",
"cross-env": "^7.0.2",
"live-server": "^1.2.1",
"postcss-cli": "^7.1.0"
},
"gitHead": "dc9083752bb5cdfd9a98a10e1cd41fb2e1ac0012"
}