-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "mreid-resolver",
"version": "1.0.0",
"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",
"test": "xo",
"deploy": "vite build && npx gh-pages -t -d build"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.6",
"@sveltejs/kit": "1.3.10",
"@types/varint": "^6.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"query-string": "^8.1.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-select": "^5.1.4",
"tailwindcss": "^3.2.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"universal-base64url": "^1.1.0",
"varint": "^6.0.0",
"vite": "^4.1.1",
"xo": "^0.53.1"
},
"packageManager": "pnpm@7.9.5",
"engines": {
"pnpm": "^7.0.0"
},
"xo": {
"rules": {
"import/extensions": "off",
"n/file-extension-in-import": "off"
}
},
"type": "module"
}