Skip to content

Commit

Permalink
add fastapi3
Browse files Browse the repository at this point in the history
Signed-off-by: misilelaboratory <[email protected]>
  • Loading branch information
MisileLab committed May 30, 2024
1 parent bd5f3a9 commit 9cfb4fe
Show file tree
Hide file tree
Showing 44 changed files with 3,762 additions and 149 deletions.
351 changes: 217 additions & 134 deletions dist/assets/index-D_BFC1tA.js → dist/assets/index-BuoIx4yl.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://fav.farm/🪄" />
<title>Animotion</title>
<script type="module" crossorigin src="/fastapi2/assets/index-D_BFC1tA.js"></script>
<link rel="stylesheet" crossorigin href="/fastapi2/assets/index-CTTbRyje.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://fav.farm/🪄" />
<title>Animotion</title>
<script type="module" crossorigin src="/fastapi3/assets/index-BuoIx4yl.js"></script>
<link rel="stylesheet" crossorigin href="/fastapi3/assets/index-D7AQZV70.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Expand Down
24 changes: 24 additions & 0 deletions projects/dsb/ppts/ana/fastapi3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
15 changes: 15 additions & 0 deletions projects/dsb/ppts/ana/fastapi3/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"semi": false,
"useTabs": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [
{
"files": "*.svelte",
"options": { "parser": "svelte" }
}
]
}
1 change: 1 addition & 0 deletions projects/dsb/ppts/ana/fastapi3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# fastapi3
13 changes: 13 additions & 0 deletions projects/dsb/ppts/ana/fastapi3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://fav.farm/🪄" />
<title>Animotion</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
37 changes: 37 additions & 0 deletions projects/dsb/ppts/ana/fastapi3/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "fastapi3",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tsconfig/svelte": "5.0.4",
"@types/d3-interpolate": "3.0.4",
"@types/node": "20.12.13",
"@types/reveal.js": "5.0.3",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"postcss-load-config": "5.1.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.17",
"svelte-check": "3.8.0",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.12"
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "5.0.21",
"@fontsource-variable/manrope": "5.0.20",
"d3-interpolate": "3.0.1",
"reveal.js": "5.1.0"
}
}
Loading

0 comments on commit 9cfb4fe

Please sign in to comment.