-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.79 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@jsfe/playground",
"version": "0.2.0",
"private": true,
"repository": {
"url": "https://github.com/json-schema-form-element/playground"
},
"type": "module",
"scripts": {
"build": "tsc && vite build",
"deploy:demo": "netlify deploy -d dist",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@carbon/styles": "^1.39.0",
"@carbon/type": "^11.24.0",
"@humanwhocodes/momoa": "^3.0.0",
"@jsfe/carbon": "link:../jsfe/packages/carbon",
"@jsfe/form": "link:../jsfe/packages/form",
"@jsfe/material": "link:../jsfe/packages/material",
"@jsfe/shoelace": "link:../jsfe/packages/shoelace",
"@jsfe/spectrum": "link:../jsfe/packages/spectrum",
"@jsfe/system": "link:../jsfe/packages/system",
"@jsfe/wired": "link:../jsfe/packages/wired",
"@material/material-color-utilities": "^0.2.7",
"@material/web": "^1.0.0",
"@nanostores/lit": "^0.1.5",
"@nanostores/router": "^0.11.0",
"@shoelace-style/shoelace": "^2.8.0",
"@spectrum-web-components/theme": "^0.39.1",
"@types/json-schema": "^7.0.12",
"@types/lodash-es": "^4.17.9",
"@vaadin/rich-text-editor": "^24.1.11",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"highlight.js": "^11.8.0",
"json-schema-merge-allof": "^0.8.1",
"lit": "^2.7.6",
"lodash-es": "^4.17.21",
"nanostores": "^0.9.3",
"split.js": "^1.6.5"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@types/eslint": "^8.44.2",
"@types/prettier": "^3.0.0",
"@types/stylelint": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-lit": "^1.9.1",
"eslint-plugin-lit-a11y": "^4.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"hsl-to-rgb-for-reals": "^1.1.1",
"playwright": "^1.38.0",
"prettier": "^3.0.3",
"rollup-plugin-minify-html-literals": "^1.2.6",
"sass": "^1.67.0",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-static-copy": "^0.17.0"
}
}