-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "@herp-inc/snabbdom-jsx",
"version": "0.22.0",
"description": "Yet another JSX pragma for Snabbdom",
"keywords": [
"snabbdom",
"jsx"
],
"repository": "https://github.com/herp-inc/snabbdom-jsx",
"type": "module",
"typings": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts"
},
"./jsx-runtime": "./jsx-runtime.js"
},
"sideEffects": false,
"author": "HERP, Inc. dev team <dev@herp.co.jp>",
"license": "MIT",
"devDependencies": {
"@herp-inc/eslint-config": "202409.1.0",
"@herp-inc/eslint-config-jest": "202409.1.0",
"@herp-inc/tsconfig.json": "1.0.0",
"@types/jest": "29.5.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"csstype": "3.1.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
"jest": "29.7.0",
"prettier": "3.3.3",
"snabbdom": "3.6.2",
"ts-jest": "29.2.5",
"typescript": "5.4.3"
},
"peerDependencies": {
"csstype": "3",
"snabbdom": "3"
}
}