26 lines
730 B
JSON
26 lines
730 B
JSON
|
{
|
||
|
"name": "use-nuaj",
|
||
|
"version": "1.0.0",
|
||
|
"author": "Madeorsk",
|
||
|
"license": "MIT",
|
||
|
"main": "src/index.html",
|
||
|
"scripts": {
|
||
|
"build": "vite build & eleventy --input=src --output=webroot & echo \"=*= NUAJ =*=\"",
|
||
|
"dev": "vite build --watch & eleventy --watch --input=src --output=webroot & echo \"=*= NUAJ =*=\""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@11ty/eleventy": "^2.0.1",
|
||
|
"@types/less": "^3.0.3",
|
||
|
"@types/node": "^20.4.2",
|
||
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
||
|
"less": "^4.1.3",
|
||
|
"markdown-it": "^13.0.1",
|
||
|
"markdown-it-anchor": "^8.6.7",
|
||
|
"markdown-it-attrs": "^4.1.6",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"typescript": "^5.1.6",
|
||
|
"vite": "^6.0.4"
|
||
|
},
|
||
|
"packageManager": "yarn@4.5.3"
|
||
|
}
|