Skip to content

Commit d7b20c5

Browse files
committed
Implement key classes + basic HTML (Svelte) structure
This commit mostly takes care of the logic handling the generation and usage of data structures. UI, Colors and Layout will be adjusted later For testing the possibility to have a development time JSON was added. During build this component will not be compiled in.
1 parent bc959bd commit d7b20c5

15 files changed

Lines changed: 541 additions & 259 deletions

html/data/basic.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

html/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
"@tailwindcss/forms": "^0.5.3",
1717
"@tailwindcss/line-clamp": "^0.4.2",
1818
"@tailwindcss/typography": "^0.5.9",
19-
"@typescript-eslint/eslint-plugin": "^5.45.0",
20-
"@typescript-eslint/parser": "^5.45.0",
19+
"@typescript-eslint/eslint-plugin": "^5.48.2",
20+
"@typescript-eslint/parser": "^5.48.2",
2121
"autoprefixer": "^10.4.13",
22-
"eslint": "^8.31.0",
23-
"eslint-config-prettier": "^8.5.0",
22+
"eslint": "^8.32.0",
23+
"eslint-config-prettier": "^8.6.0",
2424
"eslint-plugin-svelte3": "^4.0.0",
2525
"postcss": "^8.4.21",
26-
"prettier": "^2.8.0",
27-
"prettier-plugin-svelte": "^2.8.1",
28-
"svelte": "^3.54.0",
29-
"svelte-check": "^2.9.2",
26+
"prettier": "^2.8.3",
27+
"prettier-plugin-svelte": "^2.9.0",
28+
"svelte": "^3.55.1",
29+
"svelte-check": "^2.10.3",
3030
"tailwindcss": "^3.2.4",
3131
"tslib": "^2.4.1",
32-
"typescript": "^4.9.3",
32+
"typescript": "^4.9.4",
3333
"vite": "^4.0.4",
3434
"vite-plugin-singlefile": "^0.13.2"
3535
},
3636
"type": "module",
3737
"dependencies": {
3838
"@tsconfig/svelte": "^3.0.0",
39-
"esbuild": "^0.17.0",
39+
"esbuild": "^0.17.1",
4040
"rollup": "^3.10.0"
4141
}
4242
}

html/pnpm-lock.yaml

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/postcss.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module.exports = {
33
tailwindcss: {},
44
autoprefixer: {},
55
},
6-
}
6+
}

0 commit comments

Comments
 (0)