Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ View the [current master](https://c.sinclair.software/)
## Tooling

- Svelte
- RxJS
- Firebase
- Snowpack
- Netlify
3 changes: 2 additions & 1 deletion public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
</head>

<body>
<div id="app"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/_dist_/index.js"></script>
<script type="module" src="/src/index.ts"></script>
</body>
</html>
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
{
"name": "digitalcv",
"description": "My Digital Curriculum Vitae",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
"start": "vite",
"build": "vite build"
},
"dependencies": {
"firebase": "^9.6.2",
"rxjs": "^7.5.1",
"svelte": "^3.45.0",
"firebase": "^9.9.1",
"rxjs": "^7.5.6",
"svelte": "^3.49.0",
"svelte-routing": "^1.6.0"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^2.0.1",
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-svelte": "^3.7.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^17.0.8",
"snowpack": "^3.8.8",
"svelte-check": "^2.2.11",
"svelte-hmr": "^0.14.9",
"svelte-preprocess": "^4.10.1",
"typescript": "^4.5.4"
"@types/node": "^17.0.45",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.7.4",
"vite": "^3.2.7"
}
}
Loading