-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
29
{
"name": "sections-grid-layout",
"version": "0.1.0-alpha",
"description": "Home Assistant Lovelace view layout: native sections arranged in a CSS Grid with Jinja template support",
"private": true,
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"author": "Stormsys",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"jsdom": "^28.1.0",
"rollup": "^4.40.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3",
"vitest": "^4.0.18"
},
"dependencies": {
"lit": "^3.3.0"
}
}