-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
60 lines (60 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
53
54
55
56
57
58
59
60
{
"name": "svelte-put",
"private": true,
"workspaces": [
"internals/*",
"configs/*",
"packages/*"
],
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Quang Phan",
"url": "https://github.com/vnphanquang"
},
"type": "module",
"scripts": {
"turbo": "turbo",
"build": "turbo run build",
"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.0",
"@changesets/cli": "^2.27.10",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@vnphanquang/eslint-config": "^3.0.1",
"dts-buddy": "^0.5.4",
"eslint": "^9.16.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-svelte": "^2.46.1",
"npm-run-all": "^4.1.5",
"prettier": "3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"publint": "^0.2.12",
"stylelint": "^16.11.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1",
"svelte": "5.6.2",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=9.0.0",
"node": ">=22.0.0"
},
"volta": {
"node": "22.11.0"
}
}