-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 911 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
{
"name": "wired-elements-react",
"version": "0.1.5",
"description": "React wrappers for wired-elements",
"type": "module",
"main": "lib/WiredElements.js",
"module": "lib/WiredElements.js",
"types": "lib/WiredElements.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rough-stuff/react-wired-elements.git"
},
"keywords": [
"wired",
"hand-drawn"
],
"author": "Preet Shihn",
"license": "MIT",
"bugs": {
"url": "https://github.com/rough-stuff/react-wired-elements/issues"
},
"homepage": "https://github.com/rough-stuff/react-wired-elements#readme",
"dependencies": {
"@lit-labs/react": "^1.0.0-rc.1",
"react": "^17.0.2",
"wired-elements": "^3.0.0-rc.6"
},
"devDependencies": {
"@types/react": "^17.0.3"
}
}