-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.18 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
{
"name": "@hive-flow/root",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/**/*"
],
"scripts": {
"dev": "node scripts/dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheTechCompany/HiveFlow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheTechCompany/HiveFlow/issues"
},
"homepage": "https://github.com/TheTechCompany/HiveFlow#readme",
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.17",
"@storybook/addon-a11y": "^8.6.14",
"@storybook/builder-webpack5": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"jest-canvas-mock": "^2.5.2",
"lerna": "^7.2.0",
"storybook": "^8.6.14",
"typescript": "5.1"
},
"resolutions": {
"@mui/x-tree-view": "8.8.0",
"react-resize-aware": "3.1.1",
"mssql": "8.0.2"
},
"packageManager": "yarn@4.9.2",
"dependencies": {
"glob-to-regexp": "^0.4.1",
"lexorank": "^1.0.5",
"pdfjs-dist": "^3.11.174",
"react-pdf": "^9.2.1"
}
}