-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
100 lines (100 loc) · 3.02 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "react-bsdd-search",
"version": "0.3.10",
"description": "bSDD Search React Component",
"type": "module",
"main": "dist/bsdd-main.js",
"module": "dist/bsdd-main.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
"./bsdd_search": "./dist/bsdd-bsdd_search.js",
"./bsdd_selection": "./dist/bsdd-bsdd_selection.js",
"./bsdd_settings": "./dist/bsdd-bsdd_settings.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buildingsmart-community/bSDD-filter-UI.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build --emptyOutDir",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"generate-api": "swagger-typescript-api --path https://api.swaggerhub.com/apis/buildingSMART/Dictionaries/v1/swagger.json --output ./src/lib/common/BsddApi/ --name BsddApiBase.ts --api-class-name BsddApiBase"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"keywords": [
"react",
"typescript",
"bsdd",
"ifc"
],
"author": "Jan Brouwer <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@popperjs/core": "^2.11.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-mantine": "^3.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite-plugin-dts": "^4.3.0",
"vitest": "^0.28.4"
},
"dependencies": {
"@azure/msal-browser": "^2.34.0",
"@azure/msal-react": "^1.5.4",
"@eslint/js": "^9.9.1",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^7.16.2",
"@mantine/dates": "^7.16.2",
"@mantine/hooks": "^7.16.2",
"@reduxjs/toolkit": "^2.1.0",
"@tabler/icons-react": "^3.21.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"i18next": "^23.7.6",
"mantine-react-table": "^2.0.0-beta.7",
"react-i18next": "^13.5.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.28.0",
"react-select": "^5.7.0",
"typescript-eslint": "^8.3.0",
"use-query-params": "^2.2.1",
"vite": "^4.1.0"
},
"packageManager": "[email protected]"
}