-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.75 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.75 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
{
"name": "vf-react",
"version": "0.1.0",
"private": true,
"homepage": "/vf-react/",
"dependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@visual-framework/vf-back-to-top": "^1.0.1",
"@visual-framework/vf-badge": "^3.0.3",
"@visual-framework/vf-banner": "2.0.3",
"@visual-framework/vf-blockquote": "^1.2.8",
"@visual-framework/vf-body": "^1.2.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "3.0.2",
"@visual-framework/vf-card": "2.7.2",
"@visual-framework/vf-chatbot": "latest",
"@visual-framework/vf-chatbot-action-prompt": "latest",
"@visual-framework/vf-chatbot-dialog": "latest",
"@visual-framework/vf-chatbot-fab": "latest",
"@visual-framework/vf-chatbot-feedback": "latest",
"@visual-framework/vf-chatbot-modal": "latest",
"@visual-framework/vf-chatbot-prompt": "latest",
"@visual-framework/vf-chatbot-selector": "latest",
"@visual-framework/vf-chatbot-sources": "latest",
"@visual-framework/vf-chatbot-standalone": "latest",
"@visual-framework/vf-chatbot-welcome": "latest",
"@visual-framework/vf-content": "1.6.16",
"@visual-framework/vf-core": "2.2.47",
"@visual-framework/vf-extensions-react": "^0.0.8",
"@visual-framework/vf-font-plex-mono": "^1.1.3",
"@visual-framework/vf-font-plex-sans": "^1.1.3",
"@visual-framework/vf-footer": "^1.2.1",
"@visual-framework/vf-global-header": "^3.1.6",
"@visual-framework/vf-grid": "^1.4.1",
"@visual-framework/vf-hero": "^4.0.3",
"@visual-framework/vf-link": "^2.0.2",
"@visual-framework/vf-mega-menu": "^1.0.2",
"@visual-framework/vf-profile": "^1.4.0",
"@visual-framework/vf-sass-config": "2.6.1",
"@visual-framework/vf-sass-starter": "^0.1.30",
"@visual-framework/vf-search": "^1.0.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-tabs": "^2.1.5",
"@visual-framework/vf-text": "^1.1.1",
"@visual-framework/vf-u-fullbleed": "^1.2.2",
"@visual-framework/vf-utility-classes": "2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-scripts": "^5.0.1",
"sass": "^1.69.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/preset-react": "^7.27.1"
}
}