-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.96 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.96 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
{
"private": true,
"name": "botonic",
"version": "0.46.0",
"scripts": {
"clean": "rimraf packages/**/lib"
},
"dependencies": {
"axios": "^1.13.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@biomejs/biome": "^2.3.13",
"@jest/test-sequencer": "^30.2.0",
"@swc/core": "^1.15.1",
"@swc/jest": "^0.2.39",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-plugin-add-module-exports": "^1.0.4",
"cloc": "^2.7.0",
"eslint": "^8.57.1",
"eslint_d": "^13.1.2",
"eslint-config-prettier": "^8.10.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^30.2.0",
"jest-each": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-expect-message": "^1.1.3",
"jest-extended": "^4.0.2",
"jest-junit": "^12.3.0",
"prettier": "^3.2.5",
"ts-jest": "^29.4.4",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"eslintConfig": {
"env": {
"es6": true
}
},
"engines": {
"node": ">=22.19.0",
"npm": ">=10.0.0"
},
"license": "MIT",
"workspaces": [
"packages/*"
]
}