-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 990 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
39
40
41
42
43
44
{
"name": "react-arrow-master",
"version": "0.3.2",
"description": "Draw SVG arrows in your React Application!",
"main": "index.tsx",
"scripts": {
"build": "tsc && cp -r ./dist/lib/* .",
"start": "webpack-dev-server --color"
},
"outDir": "dist",
"keywords": [
"react",
"arrows",
"connect",
"draw",
"svg"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/lukasjapan/react-arrow-master",
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-color": "^3.0.2",
"@types/react-dom": "^16.9.8",
"html-webpack-plugin": "^4.3.0",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"ts-loader": "^7.0.5",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"files": [
"index.js",
"index.d.ts",
"styles.js",
"styles.d.ts"
],
"peerDependencies": {
"react": "^16"
}
}