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.
23 lines
570 B
23 lines
570 B
{
|
|
"private": true,
|
|
"name": "inkeon",
|
|
"type": "module",
|
|
"scripts": {
|
|
"example": "cd examples/basic && pnpm start",
|
|
"build": "tsx scripts/build.ts build",
|
|
"dev": "tsx scripts/build.ts dev watch",
|
|
"stub": "tsx scripts/build.ts dev stub"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.10.5",
|
|
"fast-glob": "^3.3.3",
|
|
"lodash-es": "^4.17.21",
|
|
"rollup-plugin-scss": "^4.0.1",
|
|
"sass": "^1.83.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2",
|
|
"unbuild": "^3.0.1",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|
|
|