mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
26 lines
619 B
JSON
26 lines
619 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",
|
|
"fix": "stylelint \"**/*.css\""
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.38.5",
|
|
"@types/node": "^18.16.3",
|
|
"@unocss/eslint-config": "^0.51.8",
|
|
"clean-css": "^5.3.2",
|
|
"eslint": "^8.39.0",
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard": "^33.0.0",
|
|
"typescript": "^5.0.4",
|
|
"unocss": "^0.51.8"
|
|
}
|
|
}
|