-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 4.87 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 4.87 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "bitapps-plugin-commons",
"version": "0.0.1",
"author": "Bit Apps Team",
"type": "module",
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"clean": "pnpm bitapps-plugin-clean-node",
"clear-lint-cache": "eslint . --cache --cache-file eslint-cache/eslintcache",
"dev": "vite",
"lint": "eslint ./frontend/ configs --fix",
"lint:css": "stylelint frontend/**/*.{css,scss} --aei --color --fix",
"preview": "vite preview",
"test": "vitest --watch=false",
"test:watch": "vitest --watch=true",
"test:cover": "vitest --coverage",
"format": "npx prettier ./frontend --check --write",
"pre-commit": "lefthook run pre-commit",
"ts": "tsc",
"build": "tsc && vite build"
},
"peerDependencies": {
"bit-apps": "../",
"react-icons": "^5.5.0",
"@ant-design/cssinjs": "^1.21.0",
"@ant-design/icons": "^5.6.1",
"@emotion/react": "^11.11.4",
"@loadable/component": "^5.16.4",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query-devtools": "^5.48.0",
"@tanstack/react-virtual": "^3.7.0",
"@tippyjs/react": "^4.2.6",
"@types/loadable__component": "^5.13.9",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitest/coverage-v8": "^1.6.0",
"antd": "^5.18.3",
"dayjs": "^1.11.11",
"feather-icons": "^4.29.2",
"framer-motion": "^11.2.12",
"human-id": "^4.1.1",
"immer": "^10.1.1",
"jotai": "^2.8.3",
"jotai-immer": "^0.4.1",
"jotai-devtools": "^0.10.1",
"localforage": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-focus-bounder": "^1.1.6",
"react-multiple-select-dropdown-lite": "^2.0.6",
"react-router": "^7.1.1",
"react-use": "^17.5.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"simplebar-react": "^3.2.6",
"tippy.js": "^6.3.7",
"use-immer": "^0.10.0",
"tailwind-merge": "^2.6.0",
"react-markdown": "^9.0.3",
"vite-plugin-mkcert": "^1.17.5"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@emotion/babel-plugin": "^11.11.0",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/eslint-plugin-ts": "^2.6.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/css-modules": "^1.0.5",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^1.6.0",
"@wordpress/i18n": "^5.2.0",
"autoprefixer": "^10.4.19",
"bitapps-dev-utils": "github:Bit-Apps-Pro/bitapps-dev-utils",
"commander": "^12.1.0",
"conventional-changelog-atom": "^5.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-module-utils": "^2.8.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-i18next": "^6.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-scope": "^8.0.2",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^4.0.0",
"fs-extra": "^11.2.0",
"globals": "^15.6.0",
"incstr": "^1.2.3",
"jsdom": "^24.1.0",
"lefthook": "^1.7.15",
"lefthook-linux-x64": "^1.6.18",
"lefthook-windows-x64": "^1.6.18",
"po2json": "^0.4.5",
"postcss-csso": "^6.0.1",
"prettier": "^3.3.2",
"react-gettext-parser": "^1.16.0",
"rimraf": "^5.0.10",
"stylelint": "^16.6.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.5.2",
"typescript-eslint": "^8.3.0",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.1",
"eslint-plugin-perfectionist": "^3.9.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^1.6.0"
}
}