-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.56 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "chizu",
"version": "0.2.72",
"type": "module",
"license": "MIT",
"packageManager": "yarn@1.22.22",
"main": "./dist/chizu.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/chizu.js",
"require": "./dist/chizu.umd.cjs"
}
},
"dependencies": {
"eventemitter3": "^5.0.4",
"immertation": "^0.1.26"
},
"peerDependencies": {
"@mobily/ts-belt": "^3.0.0",
"immer": "^10.0.0",
"react": "^18.0.0 || ^19.0.0"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"build:example": "vite build --mode example --outDir dist-example --base /Chizu/",
"dev": "vite",
"preview": "vite preview",
"release": "make checks",
"prepare": "husky"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@emotion/css": "^11.13.5",
"@eslint/js": "^9.39.3",
"@faker-js/faker": "^10.3.0",
"@jest/globals": "^30.2.0",
"@mobily/ts-belt": "4.0.0-rc.5",
"@playwright/test": "^1.58.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/lodash": "^4.17.23",
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/traverse": "^0.6.37",
"@vitejs/plugin-react": "^5.1.4",
"antd": "^6.3.0",
"commit-and-tag-version": "^12.6.1",
"dayjs": "^1.11.19",
"dexie": "^4.3.0",
"eslint": "^9.39.3",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"fslint": "^1.1.0",
"get-port-cli": "^3.0.0",
"globals": "^17.3.0",
"happy-dom": "^20.6.1",
"husky": "^9.1.7",
"immer": "^11.1.4",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jsdom": "^28.1.0",
"lodash": "^4.17.23",
"lucide-react": "^0.564.0",
"madge": "^8.0.0",
"prettier": "^3.8.1",
"ramda": "^0.32.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-flip-numbers": "^3.0.9",
"react-router-dom": "^7.13.0",
"react-test-renderer": "^19.2.4",
"rollup-plugin-visualizer": "^6.0.5",
"terser": "^5.46.0",
"traverse": "^0.6.11",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.18",
"wait-on": "^9.0.4"
}
}