unocss-preset-notoriun
Version:
Preset Uno Notoriun
74 lines (73 loc) • 1.93 kB
JSON
{
"name": "unocss-preset-notoriun",
"version": "0.0.9",
"description": "Preset Uno Notoriun",
"keywords": [
"unocss",
"unocss-preset",
"unocss-preset-useful"
],
"license": "MIT",
"author": "notoriun",
"repository": {
"type": "git",
"url": "git+https://github.com/notoriun/unocss-preset-notoriun.git"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"./dist/default.css": "./dist/default.css",
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"sideEffects": false,
"scripts": {
"build": "rimraf dist && unbuild && cp src/default.css dist/ && cp -R src/fonts dist/fonts",
"build-windows": "rimraf dist && unbuild && copy src\\default.css dist\\default.css && xcopy src\\fonts dist\\fonts /E /H /C /I",
"dev": "unbuild --stub",
"prepublishOnly": "pnpm run build",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "esno src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:update": "vitest --update"
},
"bugs": {
"url": "https://github.com/notoriun/unocss-preset-notoriun/issues"
},
"homepage": "https://github.com/notoriun/unocss-preset-notoriun#readme",
"devDependencies": {
"@babel/types": "^7.22.10",
"@chris-zhu/eslint-config": "^1.0.7",
"@types/node": "^18.17.6",
"bumpp": "^9.2.0",
"eslint": "8.47.0",
"esno": "^0.17.0",
"rimraf": "^5.0.1",
"sass": "^1.66.1",
"typescript": "^4.6.2",
"unbuild": "^0.7.2",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"dependencies": {
"rollup-plugin-import-css": "^3.3.1"
}
}