-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.35 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
76
77
{
"name": "@amos/root",
"private": true,
"version": "0.3.0-beta.40",
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*",
"website"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/types": "^7.26.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/babel__core": "^7",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/ungap__structured-clone": "^1",
"@types/yargs": "^17.0.33",
"@ungap/structured-clone": "^1.2.0",
"console-table-printer": "^2.12.1",
"dpdm": "^3.14.0",
"fake-indexeddb": "^6.0.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"husky": "^9.1.6",
"immutable": "^4.3.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.24.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-strip-banner": "^3.1.0",
"sqlite3": "^5.1.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"yargs": "^17.7.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,less,scss,md,yaml,html}": [
"prettier --write"
]
},
"scripts": {
"prepare": "husky",
"check:apps": "tsx scripts/check_apps.ts",
"check:deps": "tsx scripts/check_deps.ts",
"build": "tsx scripts/build.ts",
"publish": "tsx scripts/publish.ts",
"test": "jest",
"check:circle": "dpdm -T packages/*/src/**/*.*"
},
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39",
"dependencies": {
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2"
}
}