-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 791 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 791 Bytes
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
{
"name": "react-plotlyjs-ts",
"version": "2.2.2",
"description": "Typescript-React component for Plotly.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/davidctj/react-plotlyjs-ts.git"
},
"keywords": [
"react",
"typescript",
"plotly"
],
"author": "caitengjiao1987@gmail.com",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4"
},
"peerDependencies": {
"plotly.js": "^1.31.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^2.5.3"
},
"devDependencies": {
"@types/lodash": "^4.14.80",
"@types/plotly.js": "^1.28.8",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2"
}
}