-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "@jsfe/examples",
"version": "0.2.0",
"private": true,
"repository": {
"url": "https://github.com/json-schema-form-element/examples"
},
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/lit": "^3.0.1",
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/vue": "^3.0.1",
"@carbon/styles": "^1.39.0",
"@jsfe/carbon": "0.1.1",
"@jsfe/material": "0.1.1",
"@jsfe/shoelace": "0.1.1",
"@jsfe/system": "0.1.1",
"@jsfe/wired": "0.1.1",
"@material/material-color-utilities": "^0.2.7",
"@preact/signals": "^1.2.1",
"@shoelace-style/shoelace": "^2.9.0",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^3.2.3",
"lit": "^2.8.0",
"preact": "^10.18.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"solid-js": "^1.8.0",
"svelte": "^4.2.1",
"vue": "^3.3.4"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.69.1"
},
"engines": {
"node": "20"
},
"// @jsfe/shoelace": "../core"
}