forked from IsThereAnyDeal/Everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 801 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
{
"name": "isthereanydeal-everywhere",
"scripts": {
"watch": "node build.mjs watch",
"build": "node build.mjs",
"check": "npx tsc --noEmit & eslint src & svelte-check"
},
"dependencies": {
"svelte": "^4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"esbuild": "^0.18.17",
"esbuild-plugin-clear": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-svelte": "^0.7.4",
"eslint": "^8.46.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.32.4",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.5.3",
"typescript": "^5.1.6"
}
}