-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.18 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "zedux",
"version": "2.0.0-rc.16",
"description": "A Molecular State Engine for React",
"type": "module",
"author": "Joshua Claunch (bowheart <bowheart31@gmail.com>)",
"bugs": {
"url": "https://github.com/Omnistac/zedux/issues"
},
"devDependencies": {
"@jest/types": "catalog:",
"@testing-library/dom": "catalog:",
"@testing-library/jest-dom": "catalog:",
"@testing-library/react": "catalog:",
"@types/jest": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vitejs/plugin-react": "catalog:",
"cross-env": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-react": "catalog:",
"expect-type": "catalog:",
"inquirer": "catalog:",
"jest": "catalog:",
"jest-environment-jsdom": "catalog:",
"nx": "catalog:",
"prettier": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"rimraf": "catalog:",
"rxjs": "catalog:",
"ts-jest": "catalog:",
"ts-node": "catalog:",
"tsc-alias": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vite-tsconfig-paths": "catalog:"
},
"homepage": "https://omnistac.github.io/zedux/",
"keywords": [
"atom",
"atomic",
"composable",
"DI",
"easy",
"flexible",
"machine",
"molecular",
"react",
"redux",
"simple",
"state",
"testable",
"zedux"
],
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Omnistac/zedux.git"
},
"scripts": {
"build": "pnpm nx run-many -t build",
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
"commit": "./scripts/commit.js",
"dev": "pnpm nx -- watch --all -- pnpm nx run \\$NX_PROJECT_NAME:build",
"lint": "pnpm nx run-many -t lint",
"pretest": "pnpm run lint",
"release": "node --experimental-strip-types scripts/release.ts",
"test": "jest"
},
"packageManager": "pnpm@10.20.0"
}