-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "dwa-starter",
"version": "0.0.1",
"description": "DWA Starter",
"main": "index.js",
"scripts": {
"dev-server": "vite --open",
"dev": "npm run dev-server",
"dev-task": "vite",
"prebuild": "node scripts/prebuild.js",
"build": "tsc && vite build",
"start": "npm run prebuild && npm run dev",
"start-remote": "vite --host"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@lit-labs/router": "0.1.3",
"@lit/context": "^1.1.0",
"@shoelace-style/shoelace": "2.13.1",
"@tailwindcss/typography": "^0.5.9",
"@vaadin/app-layout": "24.4.0-alpha12",
"@vaadin/message-input": "24.4.0-alpha12",
"@vaadin/message-list": "24.4.0-alpha12",
"@vaadin/select": "24.4.0-alpha12",
"@vaadin/virtual-list": "24.4.0-alpha12",
"@web5/api": "0.8.4-alpha-20240202-ebcb40a",
"buffer": "^6.0.3",
"bytemd": "^1.21.0",
"esbuild": "^0.19.8",
"github-markdown-css": "^5.3.0",
"highlight.js": "^11.9.0",
"katex": "^0.16.9",
"lit": "3.0.1",
"mermaid": "^10.0.2",
"rollup-plugin-polyfill-node": "^0.12.0",
"sodium-javascript": "^0.8.0",
"urlpattern-polyfill": "10.0.0",
"vite-plugin-commonjs": "0.10.0",
"vite-plugin-node-stdlib-browser": "0.2.1",
"workbox-build": "^6.5.2",
"workbox-core": "^6.5.2",
"workbox-precaching": "^6.5.2"
},
"devDependencies": {
"typescript": "^4.6.3",
"vite": "^2.9.0",
"vite-plugin-pwa": "^0.11.13"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "es5",
"endOfLine": "crlf",
"bracketSpacing": true
},
"engines": {
"node": "18.15.0"
}
}