-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.84 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
{
"name": "@oasisomniverse/react",
"version": "1.2.0",
"description": "OASIS Omniverse React UI components",
"keywords": ["oasis", "omniverse", "react", "components"],
"author": "NextGen Software Ltd",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NextGenSoftwareUK/OASIS-React-UI-Component-Library.git"
},
"main": "src/components/index.js",
"module": "src/components/index.js",
"exports": {
".": "./src/components/index.js",
"./components/*": "./src/components/*.jsx"
},
"files": ["src/components"],
"dependencies": {
"@devexpress/dx-react-core": "^2.7.6",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"ag-grid-community": "^26.0.0",
"ag-grid-react": "^26.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"font-awesome": "^4.7.0",
"formik": "^2.2.9",
"oasis-api": "^0.0.3",
"react": "^19.2.7",
"react-bootstrap": "^1.6.3",
"react-dom": "^19.2.7",
"react-dual-listbox": "^2.2.0",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^5.2.1",
"react-slide-toggle": "^0.3.5",
"react-toastify": "^8.0.3",
"web-vitals": "^1.1.2",
"yup": "^0.32.9"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"engines": {
"node": "22.x"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"sass": "^1.100.0",
"vite": "^6.3.5"
},
"publishConfig": {
"access": "public"
}
}