-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (71 loc) · 1.99 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
{
"name": "no-name",
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@vaadin/common-frontend": "0.0.19",
"react-dom": "18.3.1",
"construct-style-sheets-polyfill": "3.1.0",
"react-router-dom": "6.28.0",
"lit": "3.2.1",
"@polymer/polymer": "3.5.2",
"react": "18.3.1"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"strip-css-comments": "5.0.0",
"workbox-build": "7.3.0",
"rollup-plugin-visualizer": "5.13.1",
"glob": "10.4.5",
"@preact/signals-react-transform": "0.5.0",
"@rollup/plugin-replace": "6.0.2",
"@babel/preset-react": "7.26.3",
"@types/react-dom": "18.3.5",
"async": "3.2.6",
"workbox-core": "7.3.0",
"vite": "6.0.6",
"rollup-plugin-brotli": "3.1.0",
"@rollup/pluginutils": "5.1.4",
"vite-plugin-checker": "0.8.0",
"@types/react": "18.3.18",
"workbox-precaching": "7.3.0",
"transform-ast": "2.4.4",
"typescript": "5.7.3",
"@vitejs/plugin-react": "4.3.4"
},
"overrides": {
},
"vaadin": {
"dependencies": {
"@vaadin/common-frontend": "0.0.19",
"react-dom": "18.3.1",
"construct-style-sheets-polyfill": "3.1.0",
"react-router-dom": "6.28.0",
"lit": "3.2.1",
"@polymer/polymer": "3.5.2",
"react": "18.3.1"
},
"devDependencies": {
"strip-css-comments": "5.0.0",
"workbox-build": "7.3.0",
"rollup-plugin-visualizer": "5.13.1",
"glob": "10.4.5",
"@preact/signals-react-transform": "0.5.0",
"@rollup/plugin-replace": "6.0.2",
"@babel/preset-react": "7.26.3",
"@types/react-dom": "18.3.5",
"async": "3.2.6",
"workbox-core": "7.3.0",
"vite": "6.0.6",
"rollup-plugin-brotli": "3.1.0",
"@rollup/pluginutils": "5.1.4",
"vite-plugin-checker": "0.8.0",
"@types/react": "18.3.18",
"workbox-precaching": "7.3.0",
"transform-ast": "2.4.4",
"typescript": "5.7.3",
"@vitejs/plugin-react": "4.3.4"
},
"hash": ""
}
}