-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.91 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
{
"name": "intl-explorer",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Jesper Orb"
},
"private": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "paraglide-js compile --project ./project.inlang && vite build",
"preview": "vite preview",
"test": "vitest",
"update:compat": "pnpx vite-node ./src/updateCompatData.ts",
"test:e2e": "NODE_NO_WARNINGS=1 playwright test",
"test:gen": "npx playwright codegen http://localhost:5173/",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky install",
"postinstall": "paraglide-js compile --project ./project.inlang"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@inlang/paraglide-js": "1.3.5",
"@mdn/browser-compat-data": "5.6.3",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.83.0",
"@playwright/test": "^1.42.1",
"@sveltejs/adapter-vercel": "5.2.0",
"@sveltejs/kit": "2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/svelte": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"axe-playwright": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"playwright": "^1.42.1",
"playwright-core": "^1.42.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"svelte-eslint-parser": "^0.33.1",
"svelte-highlight": "^7.6.0",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vitest": "^1.4.0"
},
"dependencies": {
"@inlang/paraglide-js-adapter-sveltekit": "^0.5.17"
}
}