parent
5e01e2dc19
commit
0ed801ac55
@ -0,0 +1,7 @@ |
||||
# Package Managers |
||||
package-lock.json |
||||
pnpm-lock.yaml |
||||
yarn.lock |
||||
*.json |
||||
.prettierrc |
||||
src-tauri/gen |
@ -0,0 +1,17 @@ |
||||
{ |
||||
"useTabs": false, |
||||
"singleQuote": false, |
||||
"trailingComma": "none", |
||||
"printWidth": 100, |
||||
"plugins": [ |
||||
"prettier-plugin-svelte" |
||||
], |
||||
"overrides": [ |
||||
{ |
||||
"files": "*.svelte", |
||||
"options": { |
||||
"parser": "svelte" |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,327 @@ |
||||
{ |
||||
"name": "nextgraph", |
||||
"version": "0.1.0", |
||||
"lockfileVersion": 3, |
||||
"requires": true, |
||||
"packages": { |
||||
"": { |
||||
"name": "nextgraph", |
||||
"version": "0.1.0", |
||||
"dependencies": { |
||||
"@tailwindcss/vite": "^4.1.14", |
||||
"@tauri-apps/api": "^2", |
||||
"@tauri-apps/plugin-opener": "^2" |
||||
}, |
||||
"devDependencies": { |
||||
"@tauri-apps/cli": "^2.8.4", |
||||
"tailwindcss": "^4.1.14", |
||||
"typescript": "~5.6.2", |
||||
"vite": "^7.1.7" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/@tailwindcss+vite@4.1.14_vite@7.1.10_@types+node@24.3.0_jiti@2.6.1_lightningcss@1.30.1_yaml@2.8.1_/node_modules/@tailwindcss/vite": { |
||||
"version": "4.1.14", |
||||
"license": "MIT", |
||||
"dependencies": { |
||||
"@tailwindcss/node": "4.1.14", |
||||
"@tailwindcss/oxide": "4.1.14", |
||||
"tailwindcss": "4.1.14" |
||||
}, |
||||
"devDependencies": { |
||||
"@types/node": "^20.19.0", |
||||
"vite": "^7.0.0" |
||||
}, |
||||
"peerDependencies": { |
||||
"vite": "^5.2.0 || ^6 || ^7" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/@tauri-apps+api@2.8.0/node_modules/@tauri-apps/api": { |
||||
"version": "2.8.0", |
||||
"license": "Apache-2.0 OR MIT", |
||||
"devDependencies": { |
||||
"@eslint/js": "^9.29.0", |
||||
"@rollup/plugin-terser": "0.4.4", |
||||
"@rollup/plugin-typescript": "12.1.4", |
||||
"@types/eslint": "^9.6.1", |
||||
"@types/node": "^22.15.32", |
||||
"eslint": "^9.29.0", |
||||
"eslint-config-prettier": "10.1.8", |
||||
"eslint-plugin-security": "3.0.1", |
||||
"fast-glob": "3.3.3", |
||||
"globals": "^16.2.0", |
||||
"rollup": "4.46.3", |
||||
"tslib": "^2.8.1", |
||||
"typescript": "^5.8.3", |
||||
"typescript-eslint": "^8.34.1" |
||||
}, |
||||
"funding": { |
||||
"type": "opencollective", |
||||
"url": "https://opencollective.com/tauri" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/@tauri-apps+cli@2.8.4/node_modules/@tauri-apps/cli": { |
||||
"version": "2.8.4", |
||||
"dev": true, |
||||
"license": "Apache-2.0 OR MIT", |
||||
"bin": { |
||||
"tauri": "tauri.js" |
||||
}, |
||||
"devDependencies": { |
||||
"@napi-rs/cli": "^3.0.0", |
||||
"@types/node": "^22.15.32", |
||||
"cross-env": "10.0.0", |
||||
"vitest": "^3.2.4" |
||||
}, |
||||
"engines": { |
||||
"node": ">= 10" |
||||
}, |
||||
"funding": { |
||||
"type": "opencollective", |
||||
"url": "https://opencollective.com/tauri" |
||||
}, |
||||
"optionalDependencies": { |
||||
"@tauri-apps/cli-darwin-arm64": "2.8.4", |
||||
"@tauri-apps/cli-darwin-x64": "2.8.4", |
||||
"@tauri-apps/cli-linux-arm-gnueabihf": "2.8.4", |
||||
"@tauri-apps/cli-linux-arm64-gnu": "2.8.4", |
||||
"@tauri-apps/cli-linux-arm64-musl": "2.8.4", |
||||
"@tauri-apps/cli-linux-riscv64-gnu": "2.8.4", |
||||
"@tauri-apps/cli-linux-x64-gnu": "2.8.4", |
||||
"@tauri-apps/cli-linux-x64-musl": "2.8.4", |
||||
"@tauri-apps/cli-win32-arm64-msvc": "2.8.4", |
||||
"@tauri-apps/cli-win32-ia32-msvc": "2.8.4", |
||||
"@tauri-apps/cli-win32-x64-msvc": "2.8.4" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/@tauri-apps+plugin-opener@2.5.0/node_modules/@tauri-apps/plugin-opener": { |
||||
"version": "2.5.0", |
||||
"license": "MIT OR Apache-2.0", |
||||
"dependencies": { |
||||
"@tauri-apps/api": "^2.8.0" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript": { |
||||
"version": "5.6.3", |
||||
"dev": true, |
||||
"license": "Apache-2.0", |
||||
"bin": { |
||||
"tsc": "bin/tsc", |
||||
"tsserver": "bin/tsserver" |
||||
}, |
||||
"devDependencies": { |
||||
"@dprint/formatter": "^0.4.1", |
||||
"@dprint/typescript": "0.91.6", |
||||
"@esfx/canceltoken": "^1.0.0", |
||||
"@eslint/js": "^9.9.0", |
||||
"@octokit/rest": "^21.0.1", |
||||
"@types/chai": "^4.3.17", |
||||
"@types/diff": "^5.2.1", |
||||
"@types/minimist": "^1.2.5", |
||||
"@types/mocha": "^10.0.7", |
||||
"@types/ms": "^0.7.34", |
||||
"@types/node": "latest", |
||||
"@types/source-map-support": "^0.5.10", |
||||
"@types/which": "^3.0.4", |
||||
"@typescript-eslint/rule-tester": "^8.1.0", |
||||
"@typescript-eslint/type-utils": "^8.1.0", |
||||
"@typescript-eslint/utils": "^8.1.0", |
||||
"azure-devops-node-api": "^14.0.2", |
||||
"c8": "^10.1.2", |
||||
"chai": "^4.5.0", |
||||
"chalk": "^4.1.2", |
||||
"chokidar": "^3.6.0", |
||||
"diff": "^5.2.0", |
||||
"dprint": "^0.47.2", |
||||
"esbuild": "^0.23.0", |
||||
"eslint": "^9.9.0", |
||||
"eslint-formatter-autolinkable-stylish": "^1.4.0", |
||||
"eslint-plugin-regexp": "^2.6.0", |
||||
"fast-xml-parser": "^4.4.1", |
||||
"glob": "^10.4.5", |
||||
"globals": "^15.9.0", |
||||
"hereby": "^1.9.0", |
||||
"jsonc-parser": "^3.3.1", |
||||
"knip": "^5.27.2", |
||||
"minimist": "^1.2.8", |
||||
"mocha": "^10.7.3", |
||||
"mocha-fivemat-progress-reporter": "^0.1.0", |
||||
"monocart-coverage-reports": "^2.10.2", |
||||
"ms": "^2.1.3", |
||||
"node-fetch": "^3.3.2", |
||||
"playwright": "^1.46.0", |
||||
"source-map-support": "^0.5.21", |
||||
"tslib": "^2.6.3", |
||||
"typescript": "^5.5.4", |
||||
"typescript-eslint": "^8.1.0", |
||||
"which": "^3.0.1" |
||||
}, |
||||
"engines": { |
||||
"node": ">=14.17" |
||||
} |
||||
}, |
||||
"../../node_modules/.pnpm/vite@7.1.10_@types+node@24.3.0_jiti@2.6.1_lightningcss@1.30.1_yaml@2.8.1/node_modules/vite": { |
||||
"version": "7.1.10", |
||||
"dev": true, |
||||
"license": "MIT", |
||||
"dependencies": { |
||||
"esbuild": "^0.25.0", |
||||
"fdir": "^6.5.0", |
||||
"picomatch": "^4.0.3", |
||||
"postcss": "^8.5.6", |
||||
"rollup": "^4.43.0", |
||||
"tinyglobby": "^0.2.15" |
||||
}, |
||||
"bin": { |
||||
"vite": "bin/vite.js" |
||||
}, |
||||
"devDependencies": { |
||||
"@babel/parser": "^7.28.4", |
||||
"@jridgewell/remapping": "^2.3.5", |
||||
"@jridgewell/trace-mapping": "^0.3.31", |
||||
"@oxc-project/types": "0.90.0", |
||||
"@polka/compression": "^1.0.0-next.25", |
||||
"@rolldown/pluginutils": "^1.0.0-beta.43", |
||||
"@rollup/plugin-alias": "^5.1.1", |
||||
"@rollup/plugin-commonjs": "^28.0.6", |
||||
"@rollup/plugin-dynamic-import-vars": "2.1.4", |
||||
"@rollup/pluginutils": "^5.3.0", |
||||
"@types/escape-html": "^1.0.4", |
||||
"@types/pnpapi": "^0.0.5", |
||||
"artichokie": "^0.4.2", |
||||
"baseline-browser-mapping": "^2.8.16", |
||||
"cac": "^6.7.14", |
||||
"chokidar": "^3.6.0", |
||||
"connect": "^3.7.0", |
||||
"convert-source-map": "^2.0.0", |
||||
"cors": "^2.8.5", |
||||
"cross-spawn": "^7.0.6", |
||||
"debug": "^4.4.3", |
||||
"dep-types": "link:./src/types", |
||||
"dotenv": "^17.2.3", |
||||
"dotenv-expand": "^12.0.3", |
||||
"es-module-lexer": "^1.7.0", |
||||
"escape-html": "^1.0.3", |
||||
"estree-walker": "^3.0.3", |
||||
"etag": "^1.8.1", |
||||
"host-validation-middleware": "^0.1.2", |
||||
"http-proxy-3": "^1.22.0", |
||||
"launch-editor-middleware": "^2.11.1", |
||||
"lightningcss": "^1.30.2", |
||||
"magic-string": "^0.30.19", |
||||
"mlly": "^1.8.0", |
||||
"mrmime": "^2.0.1", |
||||
"nanoid": "^5.1.6", |
||||
"open": "^10.2.0", |
||||
"parse5": "^8.0.0", |
||||
"pathe": "^2.0.3", |
||||
"periscopic": "^4.0.2", |
||||
"picocolors": "^1.1.1", |
||||
"postcss-import": "^16.1.1", |
||||
"postcss-load-config": "^6.0.1", |
||||
"postcss-modules": "^6.0.1", |
||||
"premove": "^4.0.0", |
||||
"resolve.exports": "^2.0.3", |
||||
"rolldown": "^1.0.0-beta.43", |
||||
"rolldown-plugin-dts": "^0.16.11", |
||||
"rollup-plugin-license": "^3.6.0", |
||||
"sass": "^1.93.2", |
||||
"sass-embedded": "^1.93.2", |
||||
"sirv": "^3.0.2", |
||||
"strip-literal": "^3.1.0", |
||||
"terser": "^5.44.0", |
||||
"tsconfck": "^3.1.6", |
||||
"types": "link:./types", |
||||
"ufo": "^1.6.1", |
||||
"ws": "^8.18.3" |
||||
}, |
||||
"engines": { |
||||
"node": "^20.19.0 || >=22.12.0" |
||||
}, |
||||
"funding": { |
||||
"url": "https://github.com/vitejs/vite?sponsor=1" |
||||
}, |
||||
"optionalDependencies": { |
||||
"fsevents": "~2.3.3" |
||||
}, |
||||
"peerDependencies": { |
||||
"@types/node": "^20.19.0 || >=22.12.0", |
||||
"jiti": ">=1.21.0", |
||||
"less": "^4.0.0", |
||||
"lightningcss": "^1.21.0", |
||||
"sass": "^1.70.0", |
||||
"sass-embedded": "^1.70.0", |
||||
"stylus": ">=0.54.8", |
||||
"sugarss": "^5.0.0", |
||||
"terser": "^5.16.0", |
||||
"tsx": "^4.8.1", |
||||
"yaml": "^2.4.2" |
||||
}, |
||||
"peerDependenciesMeta": { |
||||
"@types/node": { |
||||
"optional": true |
||||
}, |
||||
"jiti": { |
||||
"optional": true |
||||
}, |
||||
"less": { |
||||
"optional": true |
||||
}, |
||||
"lightningcss": { |
||||
"optional": true |
||||
}, |
||||
"sass": { |
||||
"optional": true |
||||
}, |
||||
"sass-embedded": { |
||||
"optional": true |
||||
}, |
||||
"stylus": { |
||||
"optional": true |
||||
}, |
||||
"sugarss": { |
||||
"optional": true |
||||
}, |
||||
"terser": { |
||||
"optional": true |
||||
}, |
||||
"tsx": { |
||||
"optional": true |
||||
}, |
||||
"yaml": { |
||||
"optional": true |
||||
} |
||||
} |
||||
}, |
||||
"node_modules/@tailwindcss/vite": { |
||||
"resolved": "../../node_modules/.pnpm/@tailwindcss+vite@4.1.14_vite@7.1.10_@types+node@24.3.0_jiti@2.6.1_lightningcss@1.30.1_yaml@2.8.1_/node_modules/@tailwindcss/vite", |
||||
"link": true |
||||
}, |
||||
"node_modules/@tauri-apps/api": { |
||||
"resolved": "../../node_modules/.pnpm/@tauri-apps+api@2.8.0/node_modules/@tauri-apps/api", |
||||
"link": true |
||||
}, |
||||
"node_modules/@tauri-apps/cli": { |
||||
"resolved": "../../node_modules/.pnpm/@tauri-apps+cli@2.8.4/node_modules/@tauri-apps/cli", |
||||
"link": true |
||||
}, |
||||
"node_modules/@tauri-apps/plugin-opener": { |
||||
"resolved": "../../node_modules/.pnpm/@tauri-apps+plugin-opener@2.5.0/node_modules/@tauri-apps/plugin-opener", |
||||
"link": true |
||||
}, |
||||
"node_modules/tailwindcss": { |
||||
"version": "4.1.14", |
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", |
||||
"integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", |
||||
"dev": true, |
||||
"license": "MIT" |
||||
}, |
||||
"node_modules/typescript": { |
||||
"resolved": "../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript", |
||||
"link": true |
||||
}, |
||||
"node_modules/vite": { |
||||
"resolved": "../../node_modules/.pnpm/vite@7.1.10_@types+node@24.3.0_jiti@2.6.1_lightningcss@1.30.1_yaml@2.8.1/node_modules/vite", |
||||
"link": true |
||||
} |
||||
} |
||||
} |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
@ -1,116 +1,3 @@ |
||||
.logo.vite:hover { |
||||
filter: drop-shadow(0 0 2em #747bff); |
||||
} |
||||
|
||||
.logo.typescript:hover { |
||||
filter: drop-shadow(0 0 2em #2d79c7); |
||||
} |
||||
:root { |
||||
font-family: Inter, Avenir, Helvetica, Arial, sans-serif; |
||||
font-size: 16px; |
||||
line-height: 24px; |
||||
font-weight: 400; |
||||
|
||||
color: #0f0f0f; |
||||
background-color: #f6f6f6; |
||||
|
||||
font-synthesis: none; |
||||
text-rendering: optimizeLegibility; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
-webkit-text-size-adjust: 100%; |
||||
} |
||||
|
||||
.container { |
||||
margin: 0; |
||||
padding-top: 10vh; |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
text-align: center; |
||||
} |
||||
|
||||
.logo { |
||||
height: 6em; |
||||
padding: 1.5em; |
||||
will-change: filter; |
||||
transition: 0.75s; |
||||
} |
||||
|
||||
.logo.tauri:hover { |
||||
filter: drop-shadow(0 0 2em #24c8db); |
||||
} |
||||
|
||||
.row { |
||||
display: flex; |
||||
justify-content: center; |
||||
} |
||||
|
||||
a { |
||||
font-weight: 500; |
||||
color: #646cff; |
||||
text-decoration: inherit; |
||||
} |
||||
|
||||
a:hover { |
||||
color: #535bf2; |
||||
} |
||||
|
||||
h1 { |
||||
text-align: center; |
||||
} |
||||
|
||||
input, |
||||
button { |
||||
border-radius: 8px; |
||||
border: 1px solid transparent; |
||||
padding: 0.6em 1.2em; |
||||
font-size: 1em; |
||||
font-weight: 500; |
||||
font-family: inherit; |
||||
color: #0f0f0f; |
||||
background-color: #ffffff; |
||||
transition: border-color 0.25s; |
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); |
||||
} |
||||
|
||||
button { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
button:hover { |
||||
border-color: #396cd8; |
||||
} |
||||
button:active { |
||||
border-color: #396cd8; |
||||
background-color: #e8e8e8; |
||||
} |
||||
|
||||
input, |
||||
button { |
||||
outline: none; |
||||
} |
||||
|
||||
#greet-input { |
||||
margin-right: 5px; |
||||
} |
||||
|
||||
@media (prefers-color-scheme: dark) { |
||||
:root { |
||||
color: #f6f6f6; |
||||
background-color: #2f2f2f; |
||||
} |
||||
|
||||
a:hover { |
||||
color: #24c8db; |
||||
} |
||||
|
||||
input, |
||||
button { |
||||
color: #ffffff; |
||||
background-color: #0f0f0f98; |
||||
} |
||||
button:active { |
||||
background-color: #0f0f0f69; |
||||
} |
||||
} |
||||
@import "tailwindcss"; |
||||
@plugin "daisyui"; |
||||
@plugin "@tailwindcss/typography"; |
||||
|
@ -0,0 +1,12 @@ |
||||
/** @type {import('tailwindcss').Config} */ |
||||
export default { |
||||
content: ['./src/**/*.{html,js,svelte,ts}'], |
||||
theme: { |
||||
extend: {}, |
||||
}, |
||||
plugins: [], |
||||
daisyui: { |
||||
//themes: ['valentine']
|
||||
} |
||||
} |
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue