-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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
{
"name": "react-ts-tradingview-widgets",
"version": "1.2.8",
"description": "This is a React component library for TradingView Widgets. TypeScript is fully supported for every component!",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JorrinKievit/react-ts-tradingview-widgets.git"
},
"keywords": ["TradingView", "React", "Widgets", "TypeScript", "Embed"],
"author": "JorrinKievit",
"license": "ISC",
"bugs": {
"url": "https://github.com/JorrinKievit/react-ts-tradingview-widgets/issues"
},
"homepage": "https://github.com/JorrinKievit/react-ts-tradingview-widgets#readme",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"rollup": "^2.50.4",
"rollup-plugin-typescript2": "^0.31.0",
"tslib": "^2.6.2",
"typescript": "^4.3.2"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.1.0 || ^19.0.0",
"react-dom": "^17.0.2 || ^18.1.0 || ^19.0.0"
},
"files": ["dist"]
}