mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
35 lines
916 B
JSON
35 lines
916 B
JSON
{
|
|
"name": "elegant-nnw",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"keywords": [],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development unocss --watch",
|
|
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
|
"fix": "stylelint \"**/*.css\"",
|
|
"release": "bumpp --commit --tag --push"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.38.5",
|
|
"@iconify-json/carbon": "^1.1.16",
|
|
"@types/node": "^18.16.3",
|
|
"@unocss/eslint-config": "^0.51.8",
|
|
"@unocss/preset-icons": "^0.51.12",
|
|
"bumpp": "^9.1.0",
|
|
"clean-css": "^5.3.2",
|
|
"compressing": "^1.9.0",
|
|
"consola": "^3.1.0",
|
|
"eslint": "^8.39.0",
|
|
"esno": "^0.16.3",
|
|
"mkdirp": "^3.0.1",
|
|
"rimraf": "^5.0.0",
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard": "^33.0.0",
|
|
"typescript": "^5.0.4",
|
|
"unocss": "^0.51.8"
|
|
}
|
|
}
|