chore: initial commit
This commit is contained in:
20
packages/materials/package.json
Normal file
20
packages/materials/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@sa/materials",
|
||||
"version": "1.3.15",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"gen:css-types": "bunx --bun typed-css-modules src --pattern '**/*.module.css'"
|
||||
},
|
||||
"dependencies": {
|
||||
"simplebar-vue": "2.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user