forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "kit",
"version": "0.0.1",
"description": "monorepo for @sveltejs/kit and friends",
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
"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.18.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-svelte3": "^3.2.1",
"prettier": "^2.5.0",
"rollup": "^2.60.2",
"turbo": "^1.2.3",
"typescript": "~4.6.2"
},
"type": "module"
}