-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "site",
"version": "1.0.0",
"description": "My personal website",
"author": {
"email": "lamhaydon@gmail.com",
"name": "Haydon Lam",
"url": "https://github.com/hongkiulam"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@splinetool/loader": "0.9.210",
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/kit": "1.25.0",
"@threlte/core": "^5.0.9",
"@threlte/extras": "^4.8.0",
"@threlte/preprocess": "^0.0.2",
"@types/three": "0.149.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"lucide-svelte": "^0.84.0",
"microtip": "^0.2.2",
"postcss": "^8.4.14",
"postcss-custom-media": "~8.0.2",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"sass": "^1.35.1",
"svelte": "^3.59.1",
"svelte-bricks": "^0.1.7",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"svelte-sequential-preprocessor": "^0.0.7",
"svelte2tsx": "^0.4.12",
"three": "^0.147.0",
"threlte-spline": "^0.4.1",
"tslib": "^2.0.0",
"typescript": "^4.6.2",
"vite": "^4.3.9"
},
"type": "module",
"dependencies": {
"axios": "^0.21.1"
},
"resolutions": {
"magic-string": "^0.27.0"
}
}