-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
112 lines (112 loc) · 3.47 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "waryes",
"private": true,
"version": "1.0.2",
"description": "A simple web component",
"browserslist": "last 2 versions",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production"
},
"keywords": [
"web-components",
"lit-element",
"typescript",
"lit"
],
"vaadin": {
"disableUsageStatistics": true
},
"license": "BSD-3-Clause",
"dependencies": {
"@izohek/warno-deck-utils": "^1.1.0",
"@lit-labs/motion": "^1.0.2",
"@svgdotjs/svg.js": "^3.2.0",
"@svgdotjs/svg.panzoom.js": "^2.1.2",
"@types/showdown": "^2.0.6",
"@vaadin/accordion": "23.3.12",
"@vaadin/app-layout": "23.3.12",
"@vaadin/avatar": "23.3.12",
"@vaadin/avatar-group": "23.3.12",
"@vaadin/button": "23.3.12",
"@vaadin/checkbox": "23.3.12",
"@vaadin/checkbox-group": "23.3.12",
"@vaadin/combo-box": "23.3.12",
"@vaadin/confirm-dialog": "23.3.12",
"@vaadin/context-menu": "23.3.12",
"@vaadin/custom-field": "23.3.12",
"@vaadin/date-picker": "23.3.12",
"@vaadin/date-time-picker": "23.3.12",
"@vaadin/details": "23.3.12",
"@vaadin/dialog": "23.3.12",
"@vaadin/email-field": "23.3.12",
"@vaadin/form-layout": "23.3.12",
"@vaadin/grid": "23.3.12",
"@vaadin/horizontal-layout": "23.3.12",
"@vaadin/icon": "23.3.12",
"@vaadin/icons": "23.3.12",
"@vaadin/integer-field": "23.3.12",
"@vaadin/item": "23.3.12",
"@vaadin/list-box": "23.3.12",
"@vaadin/login": "23.3.12",
"@vaadin/menu-bar": "23.3.12",
"@vaadin/message-input": "23.3.12",
"@vaadin/message-list": "23.3.12",
"@vaadin/multi-select-combo-box": "23.3.12",
"@vaadin/notification": "23.3.12",
"@vaadin/number-field": "23.3.12",
"@vaadin/password-field": "23.3.12",
"@vaadin/progress-bar": "23.3.12",
"@vaadin/radio-group": "23.3.12",
"@vaadin/router": "^1.7.4",
"@vaadin/scroller": "23.3.12",
"@vaadin/select": "23.3.12",
"@vaadin/split-layout": "23.3.12",
"@vaadin/tabs": "23.3.12",
"@vaadin/text-area": "23.3.12",
"@vaadin/text-field": "23.3.12",
"@vaadin/time-picker": "23.3.12",
"@vaadin/upload": "23.3.12",
"@vaadin/virtual-list": "23.3.12",
"animejs": "^3.2.1",
"echarts": "^5.4.0",
"firebase": "^9.9.4",
"html-to-image": "^1.11.11",
"lit": "^2.1.0",
"showdown": "^2.1.0",
"side-drawer": "^3.1.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@babel/preset-typescript": "^7.17.12",
"@custom-elements-manifest/analyzer": "^0.5.7",
"@types/animejs": "^3.1.7",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.30.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"deepmerge": "^4.2.2",
"dotenv-webpack": "^8.1.0",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0-beta.0",
"html-webpack-plugin": "^5.5.0",
"json5": "^1.0.1",
"lit-analyzer": "^1.1.10",
"mocha": "^9.1.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1"
},
"customElements": "custom-elements.json"
}