forked from lingodotdev/lingo.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 907 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 907 Bytes
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": "@lingo.dev",
"type": "module",
"scripts": {
"prepare": "husky",
"build": "turbo build",
"typecheck": "turbo typecheck",
"test": "turbo test",
"new": "changeset",
"new:empty": "changeset --empty",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"devDependencies": {
"@babel/generator": "^7.27.1",
"@babel/parser": "^7.27.1",
"@babel/traverse": "^7.27.4",
"@babel/types": "^7.27.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@types/babel__traverse": "^7.20.7",
"commitlint": "^19.7.1",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"turbo": "^2.5.0"
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"minimatch": "^10.0.3",
"node-machine-id": "^1.1.12"
},
"packageManager": "pnpm@9.12.3"
}