-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.56 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.56 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
41
42
43
44
45
46
47
48
49
{
"name": "@tuwaio/docs-monorepo",
"version": "0.0.1",
"private": true,
"author": "Oleksandr Tkach",
"license": "Apache-2.0",
"packageManager": "pnpm@10.30.3",
"description": "Monorepo for the unified documentation infrastructure for the TUWA Ecosystem.",
"scripts": {
"build": "pnpm --filter \"./packages/**\" build",
"postinstall": "pnpm build",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"clean": "find . -name node_modules -type d -prune -exec rm -rf '{}' + && find . -name dist -type d -prune -exec rm -rf '{}' + && rm -rf .turbo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TuwaIO/docs.git"
},
"homepage": "https://github.com/TuwaIO/docs",
"bugs": {
"url": "https://github.com/TuwaIO/docs/issues"
},
"contributors": [
{
"name": "Oleksandr Tkach",
"url": "https://github.com/Argeare5"
}
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/release-notes-generator": "^14.1.0",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^17.4.0",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"semantic-release": "^25.0.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
}
}