-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "tspg.cc",
"version": "0.1.1",
"homepage": "https://tspg.cc/",
"description": "Short URL Generator for TypeScript Playground",
"repository": {
"type": "git",
"url": "https://github.com/cm-ayf/tspg.git"
},
"bugs": {
"url": "https://github.com/cm-ayf/tspg/issues"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "web-ext build --source-dir .svelte-kit/extension --artifacts-dir .svelte-kit/extension/dist --filename tspg.zip --overwrite-dest",
"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-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.27.6",
"@types/node": "^20.11.16",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"lint-staged": "^15.2.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"simple-git-hooks": "^2.9.0",
"svelte": "^4.2.8",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.2",
"web-ext": "^7.9.0",
"webextension-polyfill": "^0.10.0"
},
"type": "module",
"dependencies": {
"@octokit/core": "^5.0.0",
"lz-string": "^1.5.0"
}
}