-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.8 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
60
61
62
63
64
65
66
{
"name": "toolkit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@castlenine/svelte-qrcode": "^2.2.0",
"@playwright/test": "^1.45.1",
"@svelte-plugins/tooltips": "^3.0.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"vite": "^5.3.3",
"vitest": "^2.0.2"
},
"type": "module",
"dependencies": {
"2complement": "^0.1.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/theme-one-dark": "^6.1.2",
"ajv": "^8.16.0",
"ansi-to-html": "^0.7.2",
"buffer": "^6.0.3",
"codemirror-lang-csv": "^0.1.1",
"convert": "^5.3.0",
"crypto-es": "^2.1.0",
"he": "^1.2.0",
"ieee754": "^1.2.1",
"json5": "^2.2.3",
"jsonata": "^2.0.5",
"jwt-decode": "^4.0.0",
"lorem-ipsum": "^2.0.8",
"mini-svg-data-uri": "^1.4.4",
"normalize-diacritics": "^5.0.0",
"papaparse": "^5.4.1",
"php-serialize": "^5.0.0",
"romans": "^2.0.16",
"slashes": "^3.0.12",
"svelte-codemirror-editor": "^1.4.0",
"svelte-material-icons": "^3.0.5",
"true-case": "^1.0.16",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"unicode-information": "^1.0.0",
"xmorse": "^1.0.0",
"yaml": "^2.4.5"
}
}