forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "kit",
"version": "0.0.1",
"description": "monorepo for @sveltejs/kit and friends",
"private": true,
"scripts": {
"build": "pnpm build --filter=\"@sveltejs/*\" --filter=\"create-svelte\"",
"test": "pnpm -r test --workspace-concurrency=1",
"check": "pnpm -r check",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"release": "changeset publish",
"preview:docs": "action-deploy-docs --project=kit"
},
"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",
"action-deploy-docs": "github:sveltejs/action-deploy-docs#main",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-svelte3": "^3.2.1",
"playwright-chromium": "^1.19.1",
"prettier": "^2.5.0",
"rollup": "^2.60.2",
"typescript": "~4.6.2"
},
"type": "module"
}