-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 842 Bytes
/
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
{
"name": "svelte-transitioner",
"version": "0.2.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/craxrev/svelte-transitioner.git"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"gsap": "^3.10.4",
"svelte": "^3.44.0",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"svelte2tsx": "^0.5.9",
"typescript": "^4.6.4"
},
"type": "module",
"files": [
"*.svelte",
"*.d.ts",
"*.js"
]
}