forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "kit",
"version": "0.0.1",
"description": "monorepo for @sveltejs/kit and friends",
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test --filter=./packages/*",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
"precommit": "turbo run precommit",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveltejs/kit.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sveltejs/kit/issues"
},
"homepage": "https://github.com/sveltejs/kit#readme",
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"rollup": "^2.75.3",
"svelte": "^3.48.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.2.14",
"typescript": "^4.7.2"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^7.0.0"
},
"type": "module"
}