-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "pickbetterpack",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-and-preview": "vite build && vite preview",
"test": "svelte-check && playwright install && playwright test",
"postinstall": "esbuild svelte.config.ts --outfile=svelte.config.js"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"djb2a": "^2.0.0",
"halfmoon": "^1.1.1",
"iso-639-1": "^3.1.2",
"ky": "^1.2.4",
"p-limit": "^6.0.0",
"p-memoize": "^7.1.1",
"package-license-types": "^1.0.1",
"preferred-locale": "^2.0.2",
"random-item": "^4.0.1",
"s-ago": "^2.2.0",
"strip-json-comments": "^5.0.1",
"svelte-fa": "^4.0.2",
"svelte-i18n": "^4.0.0",
"unique-random-array": "^4.0.0",
"vanilla-lazyload": "^19.1.3",
"winbox": "^0.2.731"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/github-url-to-object": "^4.0.1",
"@types/halfmoon": "^1.0.5",
"@types/winbox": "^0.2.5",
"esbuild": "^0.24.0",
"git-last-commit": "^1.0.1",
"github-url-to-object": "^4.0.6",
"helper-git-hash": "^1.0.0",
"shepherd.js": "^14.0.0",
"svelte": "^4.2.17",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}