-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "@plusnew/webcomponent",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"type": "module",
"scripts": {
"test": "web-test-runner"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/plusnew/webcomponent.git"
},
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/webcomponent/issues"
},
"exports": {
".": "./src/index.ts",
"./jsx-runtime": "./src/jsx-runtime.ts",
"./babel-plugin-transform-jsx": "./src/babel-plugin-transform-jsx.mjs"
},
"homepage": "https://github.com/plusnew/webcomponent#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@preact/signals-core": "^1.8.0",
"@rollup/plugin-babel": "^6.0.4",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.1.0",
"@web/test-runner": "^0.18.3",
"babel-plugin-inferno": "^6.7.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
}