-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 714 Bytes
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
{
"name": "lit-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build && npm run build:lib",
"build:lib": "vite build --config vite.lib.config.js && tsc",
"preview": "vite preview"
},
"dependencies": {
"@statelyai/inspect": "^0.7.2",
"lit": "^3.3.3",
"xstate": "^6.0.0-alpha.59"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.11.0",
"@web/rollup-plugin-html": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-node-externals": "^9.0.1",
"tinyglobby": "^0.2.17",
"tslib": "^2.8.1",
"typescript": "^7.0.2",
"vite": "^8.3.0"
}
}