12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"name": "@backset/ui",
|
|
"version": "1.0.0",
|
|
"main": "dist/index",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json"
|
|
},
|
|
"devDependencies": {
|
|
"semantic-ui-dropdown": "2.5.0"
|
|
}
|
|
} |