-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
42
43
44
45
46
47
{
"name": "react-arrows",
"version": "1.2.0",
"description": "React SVG arrow between two HTML elements",
"keywords": [
"arrow",
"arrows",
"svg",
"react"
],
"main": "dist/main.js",
"scripts": {
"build": "webpack --mode=production",
"lint": "eslint src --fix",
"storybook": "start-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sasza2/react-arrows.git"
},
"author": "sasza",
"license": "MIT",
"bugs": {
"url": "https://github.com/sasza2/react-arrows/issues"
},
"dependencies": {
"arrows-svg": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@storybook/react": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"react": "16.8.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"react": ">=16.8.6"
}
}