-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.07 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.07 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
{
"name": "forms-sample-app",
"displayName": "Forms Sample App",
"description": "Sample application for the OpenText Forms API.",
"private": true,
"version": "26.1.2",
"type": "module",
"publisher": "OpenText",
"license": "Apache-2.0",
"repository": {},
"keywords": [],
"author": "OpenText",
"scripts": {
"start": "vite --force",
"build": "vite build",
"lint": "eslint src",
"preview": "vite preview",
"build:dev": "build.bat --all",
"upgrade:deps": "upgrade-deps.bat --all"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@opentext/forms-client": "26.1.1",
"@opentext/forms-schema-generator": "26.1.1",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@vitejs/plugin-react": "4.3.4",
"bootstrap": "5.3.3",
"oidc-client": "1.11.5",
"prop-types": "15.8.1",
"react": "^18.3.1",
"react-bootstrap": "2.10.9",
"react-data-table-component": "7.7.0",
"react-dom": "^18.3.1",
"react-icons": "5.5.0",
"react-oidc-context": "3.2.0",
"react-router-dom": "^6.27.0",
"save": "^2.9.0",
"split-pane-react": "0.1.3",
"styled-components": "6.1.14",
"uuid": "11.1.0",
"vite": "^5.4.10"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.14.0",
"prettier": "3.5.3",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1"
},
"overrides": {
"@svgr/webpack": "8.1.0",
"postcss": "8.4.47"
}
}