-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 968 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
{
"name": "react-sheet-presentation",
"version": "0.1.10",
"description": "Sheet presentation for React.js",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fillmula/react-sheet-presentation.git"
},
"author": "Victor Teo",
"license": "MIT",
"bugs": {
"url": "https://github.com/fillmula/react-sheet-presentation/issues"
},
"homepage": "https://github.com/fillmula/react-sheet-presentation#readme",
"dependencies": {
"react-backable": "^0.1.0",
"react-use-head-style-injection": "^0.0.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"typescript": "^4.3.5"
}
}