54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@freesewing/css-theme",
|
|
"version": "2.17.4",
|
|
"description": "A CSS theme for FreeSewing web UIs",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"css",
|
|
"scss",
|
|
"sass",
|
|
"theme"
|
|
],
|
|
"main": "dist/theme.css",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npx node-sass --output-style compressed src/theme.scss dist/theme.css",
|
|
"test": "echo \"css-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
|
"pubforce": "npm publish",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"start": "rollup -c -w",
|
|
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"open-color": "^1.7.0",
|
|
"@fontsource/permanent-marker": "latest",
|
|
"@fontsource/roboto-mono": "latest",
|
|
"@fontsource/ubuntu": "latest"
|
|
},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "named"
|
|
}
|
|
}
|