-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.59 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": "globe-express",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "3.0.0-next.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "2.36.0-next.3",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "5.0.0-next.37",
"svelte-check": "^3.6.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"type": "module",
"dependencies": {
"@fontsource-variable/antonio": "^5.0.18",
"@fontsource-variable/montserrat": "^5.0.17",
"gsap": "^3.12.4",
"motion": "^10.17.0",
"svelte-eslint-parser": "0.34.0-next.6"
},
"bugs": {
"url": "https://github.com/decovicdev/globe-express/issues"
},
"author": "Dev Hunter ('https://github.com/decovicdev/')",
"keywords": [
"gsap",
"svelte",
"tailwindcss",
"globe express"
],
"license": "MIT",
"engines": {
"pnpm": ">= 7.0.0",
"yarn": "Please use pnpm instead of yarn.",
"npm": "Please use pnpm instead of npm."
}
}