Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Dependencies
node_modules/
**/node_modules/

# Build outputs
dist/
build/
*.tsbuildinfo

# OS generated files
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/
20 changes: 20 additions & 0 deletions figma/Plugin-Centaury Contents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,25 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"chalk": "5.6.2",
"debug": "4.4.1",
"supports-color": "10.2.2",
"strip-ansi": "7.1.2",
"ansi-regex": "6.2.2",
"wrap-ansi": "9.0.2",
"ansi-styles": "6.2.3",
"slice-ansi": "7.1.2",
"chalk-template": "1.1.2",
"supports-hyperlinks": "4.1.2",
"has-ansi": "6.0.2",
"color-convert": "3.1.0",
"color-name": "2.0.0",
"color-string": "2.1.0",
"is-arrayish": "0.3.2",
"simple-swizzle": "0.2.2",
"error-ex": "1.3.2",
"backslash": "0.2.0"
}
}
20 changes: 20 additions & 0 deletions figma/Plugin-IconBridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,25 @@
"devDependencies": {
"@figma/plugin-typings": "^1.108.0",
"typescript": "^5.7.3"
},
"overrides": {
"chalk": "5.6.2",
"debug": "4.4.1",
"supports-color": "10.2.2",
"strip-ansi": "7.1.2",
"ansi-regex": "6.2.2",
"wrap-ansi": "9.0.2",
"ansi-styles": "6.2.3",
"slice-ansi": "7.1.2",
"chalk-template": "1.1.2",
"supports-hyperlinks": "4.1.2",
"has-ansi": "6.0.2",
"color-convert": "3.1.0",
"color-name": "2.0.0",
"color-string": "2.1.0",
"is-arrayish": "0.3.2",
"simple-swizzle": "0.2.2",
"error-ex": "1.3.2",
"backslash": "0.2.0"
}
}
20 changes: 20 additions & 0 deletions figma/plugin-NornAI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@
"react-masonry-css": "^1.0.16",
"react-syntax-highlighter": "^15.5.0"
},
"overrides": {
"chalk": "5.6.2",
"debug": "4.4.1",
"supports-color": "10.2.2",
"strip-ansi": "7.1.2",
"ansi-regex": "6.2.2",
"wrap-ansi": "9.0.2",
"ansi-styles": "6.2.3",
"slice-ansi": "7.1.2",
"chalk-template": "1.1.2",
"supports-hyperlinks": "4.1.2",
"has-ansi": "6.0.2",
"color-convert": "3.1.0",
"color-name": "2.0.0",
"color-string": "2.1.0",
"is-arrayish": "0.3.2",
"simple-swizzle": "0.2.2",
"error-ex": "1.3.2",
"backslash": "0.2.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.50.0",
"@tailwindcss/forms": "^0.5.10",
Expand Down