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.
15 lines
335 B
15 lines
335 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",
|
|
"lodash-es": "^4.17.21",
|
|
"typescript": "^5.7.2",
|
|
"unbuild": "^3.0.1",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|