-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "radion",
"private": true,
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"test": "turbo run test --force",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
"precommit": "turbo run precommit",
"release": "changeset publish",
"prepare": "turbo run prepare --filter \"./packages/**\"",
"update-references": "pnpm dlx @bessonovs/set-project-references --save"
},
"author": "",
"type": "module",
"devDependencies": {
"@changesets/cli": "https://pkg.stfc.space/@changesets/cli",
"@svitejs/changesets-changelog-github-compact": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"dugite": "^2.1.0",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.1",
"rollup": "^3.6.0",
"svelte": "^3.54.0",
"turbo": "^1.6.3",
"typescript": "^4.9.3"
}
}