-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
75 lines (75 loc) · 2.04 KB
/
package.json
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
{
"name": "zedux",
"version": "2.0.0-beta.0",
"description": "A Molecular State Engine for React",
"type": "module",
"author": "Joshua Claunch (bowheart <[email protected]>)",
"bugs": {
"url": "https://github.com/Omnistac/zedux/issues"
},
"devDependencies": {
"@nrwl/nx-cloud": "latest",
"@types/jest": "^29.5.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"expect-type": "^0.15.0",
"inquirer": "^9.1.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"nx": "15.9.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rxjs": "^7.8.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0",
"vite-tsconfig-paths": "^4.0.7"
},
"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": "yarn nx run-many -t build",
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
"commit": "./scripts/commit.js",
"dev": "yarn nx -- watch --all -- yarn nx run \\$NX_PROJECT_NAME:build",
"lint": "yarn nx run-many -t lint",
"pretest": "yarn lint",
"release": "./scripts/release.js",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]+sha512.a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18"
}