-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.42 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.42 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "paletteworks",
"private": true,
"version": "1.11.3",
"scripts": {
"dev": "svelte-kit dev",
"clean": "rimraf build",
"build:svelte-kit": "svelte-kit build",
"build": "run-s clean build:svelte-kit",
"preview": "svelte-kit preview",
"test": "jest",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore src",
"typesafe-i18n": "typesafe-i18n",
"beforeRelease": "run-s check lint test",
"tag": "taggit",
"format": "prettier --write --plugin-search-dir=. .",
"tauri": "tauri"
},
"license": "MIT",
"devDependencies": {
"@iconify/svelte": "2.1.2",
"@mszu/pixi-ssr-shim": "1.0.2",
"@pixi/events": "6.2.2",
"@rstacruz/bump-cli": "2.0.1",
"@sveltejs/adapter-static": "1.0.0-next.28",
"@sveltejs/adapter-vercel": "1.0.0-next.43",
"@sveltejs/kit": "1.0.0-next.278",
"@tauri-apps/cli": "1.0.0",
"@types/core-js": "2.5.5",
"@types/jest": "27.4.1",
"@types/msgpack-lite": "0.1.8",
"@types/throttle-debounce": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"@vercel/node": "1.13.0",
"@zerodevx/svelte-toast": "0.7.0",
"attr-accept": "2.2.2",
"autoprefixer": "10.4.2",
"bpm-detective": "2.0.5",
"core-js": "3.21.1",
"dexie": "3.2.1",
"dexie-export-import": "1.0.3",
"eslint": "8.9.0",
"eslint-plugin-no-array-concat": "0.1.2",
"eslint-plugin-svelte3": "3.4.0",
"filesize": "8.0.7",
"focus-trap": "6.7.3",
"hotkeys-js": "3.8.7",
"jest": "27.5.1",
"msgpack-lite": "0.1.26",
"npm-run-all": "4.1.5",
"pixi.js": "~6.2.2",
"postcss-viewport-height-correction": "1.1.1",
"prettier": "2.6.0",
"prettier-plugin-svelte": "2.6.0",
"rimraf": "3.0.2",
"sus-analyzer": "2.2.4",
"sus-io": "1.1.0",
"svelte": "3.46.4",
"svelte-check": "2.4.5",
"svelte-preprocess": "4.10.3",
"taggit": "2.0.3",
"throttle-debounce": "3.0.1",
"tippy.js": "6.3.7",
"ts-jest": "27.1.3",
"tslib": "2.0.0",
"typesafe-i18n": "4.2.1",
"typescript": "4.5.5"
},
"type": "module",
"dependencies": {
"@libsql/client": "^0.15.1",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.32",
"@tauri-apps/api": "1.0.0-rc.1"
},
"packageManager": "pnpm@9.10.0+sha1.216899f511c8dfde183c7cb50b69009c779534a8"
}