-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
{
"name": "@valian/react-firebase-utilities",
"private": true,
"description": "Valian Firebase React Utilities",
"author": {
"name": "Valian",
"url": "https://valian.ca",
"organization": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/valian-ca/react-firebase.git"
},
"keywords": [
"firebase",
"react"
],
"version": "1.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"eslint": "nx run-many --target eslint",
"lint:prettier": "prettier --check .",
"lint:publint": "nx run-many --target lint:publint",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"prepare": "husky",
"test": "nx run-many --target test",
"type-check": "nx run-many --target type-check"
},
"devDependencies": {
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@lerna-lite/cli": "4.10.5",
"@lerna-lite/publish": "4.10.5",
"@lerna-lite/version": "4.10.5",
"@nx/eslint": "22.3.3",
"@nx/js": "22.3.3",
"@tsconfig/vite-react": "7.0.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@valian/eslint-config": "2.0.7",
"@vitest/coverage-v8": "4.0.16",
"eslint": "9.39.2",
"husky": "9.1.7",
"jsdom": "27.4.0",
"markdownlint-cli2": "0.20.0",
"nx": "22.3.3",
"prettier": "3.7.4",
"publint": "0.3.16",
"tsdown": "0.18.4",
"typescript": "5.9.3",
"vitest": "4.0.16",
"vitest-mock-extended": "3.1.0"
},
"engines": {
"node": ">= 22"
},
"packageManager": "pnpm@10.27.0"
}