generated from vaadin/npm-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
{
"dependencies": {
"@axa-ch/input-text": "6.2.4",
"@polymer/polymer": "3.5.1",
"@vaadin/common-frontend": "0.0.17",
"@vaadin/flow-frontend": "./target/flow-frontend",
"@vaadin/router": "1.7.4",
"construct-style-sheets-polyfill": "3.1.0",
"lit": "2.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "3.1.0",
"@rollup/pluginutils": "4.1.0",
"async": "3.2.2",
"glob": "7.2.3",
"mkdirp": "1.0.4",
"rollup-plugin-brotli": "3.1.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "4.7.4",
"vite": "v3.1.0",
"vite-plugin-checker": "0.4.9",
"workbox-build": "6.5.0",
"workbox-core": "6.5.0",
"workbox-precaching": "6.5.0"
},
"license": "UNLICENSED",
"name": "no-name",
"overrides": {
"@vaadin/router": "$@vaadin/router",
"@vaadin/common-frontend": "$@vaadin/common-frontend",
"construct-style-sheets-polyfill": "$construct-style-sheets-polyfill",
"lit": "$lit",
"@polymer/polymer": "$@polymer/polymer",
"@axa-ch/input-text": "$@axa-ch/input-text"
},
"vaadin": {
"dependencies": {
"@axa-ch/input-text": "6.2.4",
"@polymer/polymer": "3.5.1",
"@vaadin/common-frontend": "0.0.17",
"@vaadin/router": "1.7.4",
"construct-style-sheets-polyfill": "3.1.0",
"lit": "2.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "3.1.0",
"@rollup/pluginutils": "4.1.0",
"async": "3.2.2",
"glob": "7.2.3",
"mkdirp": "1.0.4",
"rollup-plugin-brotli": "3.1.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "4.7.4",
"vite": "v3.1.0",
"vite-plugin-checker": "0.4.9",
"workbox-build": "6.5.0",
"workbox-core": "6.5.0",
"workbox-precaching": "6.5.0"
},
"hash": "07e80ce3d4f98dcbe40ac151a2cf6af8c14b888f61a672a79ae235dbc3f3e649"
}
}