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.
tailchat/client/web/plugins/com.msgbyte.offline-icons/package.json

24 lines
665 B
JSON

{
"name": "@plugins/com.msgbyte.offline-icons",
"main": "src/index.tsx",
"version": "0.0.0",
"description": "Add prefetched icons which need run in offline environment",
"private": true,
"scripts": {
"extract": "ts-node scripts/extract-icons.ts",
"sync:declaration": "tailchat declaration github"
},
"devDependencies": {
"@babel/parser": "^7.20.5",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"@types/babel__traverse": "^7.18.3",
"@types/styled-components": "^5.1.26",
"globby": "11.1.0",
"react": "18.2.0",
"styled-components": "^5.3.6",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
}