-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.2 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 5.2 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
{
"name": "bit-apps",
"version": "1.0.0",
"license": "ISC",
"author": "bit-apps",
"type": "module",
"scripts": {
"clean": "rimraf node_modules yarn.lock package-lock.json pnpm-lock.yaml",
"clear-lint-cache": "eslint . --cache --cache-file eslint-cache/eslintcache",
"cy": "cypress open",
"cy-cli": "cypress run --headless",
"dev": "vite",
"i18n:json": "npx po2json ./language/locale.pot ../languages/bitform-btcfi-admin-script.json -f jed1.x",
"i18n:php": "node ./language/pot-to-php.js ./language/locale.pot ../languages/generatedString.php btcfi",
"lint": "eslint --ext .jsx --ext .js --ext .ts --ext .tsx ./frontend/src/ --fix",
"lint:css": "stylelint frontend/**/*.{css,scss} --aei --color --fix",
"lint:php": "composer lint",
"bit-flow-compat": "composer bit-flow-compat",
"bit-flow-pro-compat": "composer bit-flow-pro-compat",
"preview": "vite preview",
"test": "vitest --watch=false",
"test:watch": "vitest --watch=true",
"test:cover": "vitest --coverage",
"test:php": "composer test:unit",
"build": "tsc && vite build",
"pretty": "npx prettier ./frontend/src --check",
"pretty:fix": "npx prettier ./frontend/src --check --write",
"ts-check": "tsc",
"pre-commit": "lefthook run pre-commit",
"sb": "storybook dev -p 6006",
"all:test": "pnpm ts && pnpm lint",
"type-cov": "pnpx type-coverage -p ./tsconfig.json --strict --details",
"production": "composer install --no-dev && pnpm install && pnpm i18n && pnpm build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.4",
"@emotion/react": "^11.11.4",
"@loadable/component": "^5.16.3",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.4",
"@tippyjs/react": "^4.2.6",
"@types/uuid": "^9.0.8",
"antd": "^5.15.3",
"deepmerge-alt": "^0.3.0",
"framer-motion": "^11.0.15",
"jotai": "^2.7.1",
"localforage": "^1.10.0",
"lucide-react": "^0.359.0",
"mutative": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-focus-bounder": "^1.1.6",
"react-json-view": "^1.21.3",
"react-mix-tag-input": "1.3.1",
"react-multiple-select-dropdown-lite": "^2.0.6",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0",
"reactflow": "^11.10.4",
"simplebar-react": "^3.2.4",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@emotion/babel-plugin": "^11.11.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@storybook/addon-essentials": "8.0.2",
"@storybook/addon-interactions": "8.0.2",
"@storybook/addon-links": "8.0.2",
"@storybook/blocks": "8.0.2",
"@storybook/react": "8.0.2",
"@storybook/react-vite": "^8.0.2",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/css-modules": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/loadable__component": "^5.13.9",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/yaireo__tagify": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@wordpress/i18n": "^4.53.0",
"autoprefixer": "^10.4.18",
"conventional-changelog-atom": "^4.0.0",
"cypress": "13.7.0",
"cypress-mouse-position": "^1.0.0",
"eslint": "^8.57.0",
"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.1",
"eslint-module-utils": "^2.8.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-scope": "^8.0.0",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^4.0.0",
"incstr": "^1.2.3",
"jsdom": "^24.0.0",
"lefthook": "^1.6.7",
"postcss-csso": "^6.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"storybook": "8.0.2",
"stylelint": "^16.2.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "^5.4.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.1.6",
"vite-plugin-babel": "^1.2.0",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.13.0"
}