mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 10:15:11 -04:00
🎉 Init
This commit is contained in:
parent
d53c08d5ce
commit
cf1092ba2c
3 changed files with 30 additions and 4 deletions
|
@ -1,9 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "bibata_cursor_original",
|
"name": "original",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Original Bibata 🚀",
|
"description": "Original Bibata 🚀",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"private": true
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"nodemon": "^2.0.4",
|
||||||
|
"ts-node": "^8.10.2",
|
||||||
|
"tslint": "^6.1.3",
|
||||||
|
"typescript": "^3.9.7"
|
||||||
|
},
|
||||||
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "bibata_cursor_round",
|
"name": "round",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Rounded Corner Bibata 🏳️🌈",
|
"description": "Rounded Corner Bibata 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"private": true
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"nodemon": "^2.0.4",
|
||||||
|
"ts-node": "^8.10.2",
|
||||||
|
"tslint": "^6.1.3",
|
||||||
|
"typescript": "^3.9.7"
|
||||||
|
},
|
||||||
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
12
packages/shared/package.json
Normal file
12
packages/shared/package.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name": "shared",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Shared Components",
|
||||||
|
"main": "index.js",
|
||||||
|
"author": "Kaiz Khatri",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/puppeteer": "^3.0.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue