Skip to content

Commit 70b8af4

Browse files
committed
Initial Commit
1 parent 1e36356 commit 70b8af4

34 files changed

+15877
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Notes
2+
3+
## Digital Playground
4+
5+
This is an experiment, to learn and have fun with Svelte, but also, get the website up and running.
6+
7+
## Design on the go
8+
9+
Things might break. As the svelte community and Rich puts it; here be Dragons.
10+
11+
## Latest
12+
13+
Will use the latest packages.
14+
15+
## Am learing ThreeJs and Threlte simulatanously

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "rdtectweb",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"dev": "vite dev",
6+
"build": "vite build",
7+
"preview": "vite preview",
8+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
9+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
10+
},
11+
"devDependencies": {
12+
"@fontsource/fira-mono": "^4.5.10",
13+
"@neoconfetti/svelte": "^1.0.0",
14+
"@sveltejs/adapter-auto": "^2.0.1",
15+
"@sveltejs/kit": "^1.16.2",
16+
"@types/cookie": "^0.5.1",
17+
"@types/three": "^0.152.0",
18+
"autoprefixer": "^10.4.14",
19+
"postcss": "^8.4.23",
20+
"postcss-load-config": "^4.0.1",
21+
"svelte": "^3.59.0",
22+
"svelte-check": "^3.3.1",
23+
"svelte-preprocess": "^5.0.3",
24+
"tailwindcss": "^3.3.1",
25+
"tslib": "^2.5.0",
26+
"typescript": "^5.0.4",
27+
"vite": "^4.3.5"
28+
},
29+
"type": "module",
30+
"dependencies": {
31+
"three": "^0.152.2"
32+
}
33+
}

0 commit comments

Comments
 (0)