-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.96 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.96 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
{
"name": "sveltevietnam",
"private": true,
"type": "module",
"author": {
"email": "developers@sveltevietnam.dev",
"name": "Svelte Vietnam",
"url": "https://www.sveltevietnam.dev"
},
"scripts": {
"boot": "pnpm install && run-p boot:*",
"boot:lefthook": "lefthook install",
"boot:env": "turbo run boot:env --parallel --ui=stream",
"boot:dts": "turbo run dts --parallel --ui=stream",
"turbo": "turbo",
"build": "turbo run build",
"deploy": "turbo run deploy",
"dev": "turbo run dev",
"lint": "turbo run lint --parallel",
"format": "turbo run format --parallel",
"dts": "turbo run dts --parallel",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "changeset publish && pnpm install"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@playwright/test": "^1.57.0",
"@types/eslint": "^9.6.1",
"@types/node": "^25.0.3",
"@vitest/browser": "^4.0.16",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"@vnphanquang/eslint-config": "^4.1.0",
"cross-env": "^10.1.0",
"dedent": "^1.7.1",
"defu": "^6.1.4",
"dts-buddy": "^0.6.2",
"eslint": "^9.39.2",
"eslint-plugin-jsdoc": "^61.5.0",
"memfs": "^4.51.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.57.0",
"prettier": "3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"publint": "^0.3.16",
"shx": "^0.4.0",
"stylelint": "^16.26.1",
"stylelint-config-clean-order": "^8.0.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^39.0.1",
"svelte-check": "^4.3.5",
"tslib": "^2.8.1",
"turbo": "^2.7.1",
"typescript": "^5.9.3",
"typescript-svelte-plugin": "^0.3.50",
"vitest": "^4.0.16",
"vitest-browser-svelte": "^2.0.1",
"wrangler": "^4.56.0"
},
"packageManager": "pnpm@10.22.0",
"engines": {
"pnpm": ">=10.22.0",
"node": ">=22.0.0"
},
"volta": {
"node": "22.21.1"
}
}