forked from solidjs-community/mediakit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.45 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
{
"name": "mediakit-mono",
"description": "Workspace for MediaKit",
"version": "0.0.0",
"scripts": {
"build": "turbo run build --filter=./packages/**/*",
"dev": "turbo run dev --parallel --include-dependencies --no-deps",
"clean": "turbo run clean --parallel && rimraf node_modules pnpm-lock.yaml && pnpm install",
"lint": "turbo run lint",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"format": "prettier --write \"**.*.{ts,tsx,md}\"",
"ts:check": "torbo run ts:check --continue",
"dev:packages": "turbo run dev --filter=./packages/**/*"
},
"type": "module",
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.0",
"rimraf": "^5.0.7",
"rollup": "^4.9.6",
"sort-package-json": "^2.1.0",
"tslib": "^2.5.0",
"turbo": "2.0.4",
"typescript": "^4.8.2",
"vite": "^5.1.6"
},
"packageManager": "[email protected]"
}