-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.23 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.23 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
35
36
37
38
39
40
{
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"build:docs": "pnpm run --filter docs build",
"deploy:docs": "pnpm run --filter docs deploy",
"test": "turbo run test",
"lint": "eslint packages/**/**/src --ext .ts,.tsx --config .eslintrc --cache",
"typecheck": "turbo run tsc -- --noEmit",
"format:check": "prettier --check . --cache",
"format:write": "prettier --write . --cache",
"version": "changeset version",
"publish": "changeset publish",
"version:dev": "changeset version --snapshot dev",
"publish:dev": "changeset publish --tag dev"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@changesets/get-release-plan": "4.0.3",
"@changesets/types": "6.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.14.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^6.0.0",
"storybook": "^8.1.11",
"tsconfig": "workspace:*",
"turbo": "^2.0.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.1"
},
"name": "@operativa/verse",
"type": "module",
"packageManager": "pnpm@9.0.6"
}