This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.46 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
48
49
50
51
52
{
"name": "ipfs-react-components",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/ipfs-react-components.git"
},
"author": "IPFS Community",
"contributors": [
"Henrique Dias <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/ipfs-react-components/issues"
},
"scripts": {
"lint": "eslint ./src",
"build": "rollup -c",
"watch": "rollup --watch -c"
},
"homepage": "https://github.com/ipfs-shipyard/ipfs-react-components#readme",
"dependencies": {
"file-extension": "^4.0.1",
"pretty-bytes": "^4.0.2"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/preset-react": "^7.0.0-beta.38",
"@babel/preset-stage-0": "^7.0.0-beta.38",
"babel-eslint": "7",
"eslint": "^4.16.0",
"eslint-config-aegir": "^1.0.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-react": "^7.5.1",
"postcss-url": "^7.3.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-peer-deps-external": "^2.0.0",
"rollup-plugin-postcss": "^1.2.3",
"rollup-plugin-url": "^1.3.0"
}
}