forked from sveltejs/kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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
{
"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": "pnpm publish --tag=next --filter=\"@sveltejs/*\" --filter=\"create-svelte\"",
"preview:docs": "action-deploy-docs --project=kit",
"changeset:version": "changeset version && pnpm i --lockfile-only"
},
"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.17.0",
"@changesets/get-github-info": "^0.5.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@sveltejs/eslint-config": "github:sveltejs/eslint-config#v5.8.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"action-deploy-docs": "github:sveltejs/action-deploy-docs#main",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-svelte3": "^3.2.1",
"playwright-chromium": "^1.15.2",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"typescript": "^4.4.3"
},
"type": "module"
}