forked from juanvillacortac/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "motion-kit",
"version": "0.0.6",
"keywords": [
"motion",
"animations",
"svelte",
"sveltekit"
],
"repository": {
"type": "git",
"url": "https://github.com/juanvillacortac/motion-kit"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"package": "svelte-kit package"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.3",
"@sveltejs/adapter-cloudflare": "^1.0.0-next.2",
"@sveltejs/adapter-netlify": "^1.0.0-next.0",
"@sveltejs/adapter-node": "^1.0.0-next.55",
"@sveltejs/adapter-static": "^1.0.0-next.21",
"@sveltejs/adapter-vercel": "^1.0.0-next.31",
"@sveltejs/kit": "next",
"@types/three": "^0.135.0",
"@windicss/plugin-icons": "^1.0.2",
"svelte": "^3.44.2",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.8",
"svelte-windicss-preprocess": "4.1.7",
"svelte2tsx": "^0.4.10",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"windicss": "^3.2.1"
},
"type": "module",
"dependencies": {
"three": "^0.135.0"
}
}