You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "@sims/ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.1.0",
|
|
"@fontsource-variable/jetbrains-mono": "^5.1.0",
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
}
|
|
}
|