-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 957 Bytes
/
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
{
"name": "xo-form",
"version": "1.1.6",
"description": "Declarative Forms using Web Components",
"main": "dist/xo-form.js",
"scripts": {
"dev": "node esbuild-dev.js",
"build": "node esbuild-build.js&&tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvneerven/xo-form.git"
},
"author": {
"name": "Marc van Neerven",
"email": "cto@neerventure.com",
"url": "https://neerventure.com"
},
"keywords": [
"ES6",
"Web Components",
"Web Forms",
"Declarative"
],
"license": "MIT",
"devDependencies": {
"@es-pack/esbuild-sass-plugin": "^2.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.13.15",
"esbuild-plugin-markdown": "^0.0.3"
},
"dependencies": {
"esbuild-plugin-lit-css": "^1.2.4",
"lit": "^2.2.0",
"typescript": "^4.2.4"
},
"bugs": {
"url": "https://github.com/mvneerven/xo-form/issues"
},
"homepage": "https://www.xo-js.dev"
}