You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
425 B

{
"private": true,
"name": "inkeon",
"scripts": {
"dev": "pnpm -C packages/%npm_config_dir% dev",
"start": "pnpm -C examples/%npm_config_dir% start"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.5",
"lodash-es": "^4.17.21",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.83.1",
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"vite": "^6.0.5"
}
}