-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 905 Bytes
/
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
{
"name": "lit-starter",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/stefanholzapfel/lit-starter.git"
},
"main": "index.ts",
"scripts": {
"start": "vite",
"preview": "vite build && serve dist",
"build": "vite build"
},
"browserslist": [
"defaults"
],
"author": "Stefan Holzapfel",
"license": "UNLICENSED",
"dependencies": {
"@shoelace-style/shoelace": "^2.0.0-beta.44",
"@stefanholzapfel/lit-state": "^3.2.1",
"@stefanholzapfel/lit-translate": "^2.1.0",
"@vaadin/router": "^1.7.4",
"@webcomponents/webcomponentsjs": "^2.5.0",
"lit": "^2.0.0-rc.2",
"pwa-helpers": "^0.9.1"
},
"devDependencies": {
"eslint": "^7.28.0",
"https-localhost": "^4.6.5",
"typescript": "^4.3.4",
"vite": "^2.3.8",
"vite-plugin-pwa": "^0.8.1",
"workbox-sw": "^6.1.5"
}
}