-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 932 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
{
"name": "typerscript",
"version": "0.2.3",
"description": "hyperscript and hyperscript helpers written in TypeScript, leveraging TypeStyle",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"publish-please": "publish-please"
},
"keywords": [
"hyperscript",
"helpers",
"typestyle",
"typescript",
"react",
"typerscript"
],
"author": "Nathan Spaeth",
"license": "ISC",
"devDependencies": {
"@mui/core": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"html-looks-like": "^1.0.3",
"intern": "^4.5.0",
"publish-please": "^2.4.1",
"typescript": "^4.5.0-beta",
"typestyle": "^2.1.0"
},
"peerDependencies": {
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typestyle": "^2.1.0"
}
}