-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 787 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 787 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
30
31
32
33
34
35
36
37
38
39
{
"name": "dile-components",
"private": true,
"workspaces": [
"packages/*"
],
"type": "module",
"version": "2.1.0",
"description": "Dile Components new repo",
"scripts": {
"dev": "vite",
"lerna": "lerna",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/Polydile/Components"
},
"keywords": [
"web",
"components",
"dile",
"ui"
],
"author": "EscuelaIT",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"lerna": "^9.0.5",
"vite": "^6.4.0"
},
"dependencies": {
"@11ty/eleventy-plugin-vite": "^6.0.0",
"@reduxjs/toolkit": "^2.8.2",
"jsdom": "^24.0.0",
"lit": "^2.7.0 || ^3.0.0"
}
}