UNPKG

1.89 kBJSONView Raw
1{
2 "name": "react-social-icons",
3 "version": "3.0.0",
4 "description": "beautiful, easy svg social icons in react",
5 "main": "./lib/react-social-icons.js",
6 "scripts": {
7 "start": "./scripts/dev-examples.sh",
8 "test": "karma start",
9 "test-dev": "karma start --auto-watch --no-single-run",
10 "prepublish": "NODE_ENV=production babel -d ./lib ./src",
11 "publish": "./scripts/release.sh"
12 },
13 "author": "jaketrent",
14 "license": "MIT",
15 "contributors": [
16 "Vitaly Aminev <v@makeomatic.ru>"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/jaketrent/react-social-icons"
21 },
22 "devDependencies": {
23 "babel-cli": "^6.11.4",
24 "babel-eslint": "^6.1.2",
25 "babel-loader": "^6.2.4",
26 "babel-plugin-transform-runtime": "^6.12.0",
27 "babel-preset-es2015": "^6.9.0",
28 "babel-preset-es2015-loose": "^7.0.0",
29 "babel-preset-react": "^6.11.1",
30 "babel-preset-react-optimize": "^1.0.1",
31 "babel-preset-stage-0": "^6.5.0",
32 "chai": "^3.5.0",
33 "enzyme": "^2.4.1",
34 "eslint": "^3.1.1",
35 "eslint-config-airbnb": "^9.0.1",
36 "eslint-plugin-import": "^1.12.0",
37 "eslint-plugin-jsx-a11y": "^2.0.1",
38 "eslint-plugin-react": "^5.2.2",
39 "json": "^9.0.4",
40 "json-loader": "^0.5.4",
41 "karma": "^1.1.2",
42 "karma-chai": "^0.1.0",
43 "karma-chrome-launcher": "^1.0.1",
44 "karma-cli": "^1.0.1",
45 "karma-mocha": "^1.1.1",
46 "karma-sourcemap-loader": "^0.3.7",
47 "karma-webpack": "^1.7.0",
48 "lodash": "^4.14.0",
49 "mocha": "^2.5.3",
50 "react": "^16.2.0",
51 "react-addons-test-utils": "^15.2.1",
52 "react-dom": "^16.2.0",
53 "should": "^10.0.0",
54 "webpack": "^1.13.1",
55 "webpack-dev-middleware": "^1.0.11",
56 "webpack-dev-server": "^1.7.0"
57 },
58 "dependencies": {
59 "babel-runtime": "^6.11.6",
60 "classnames": "^2.2.5"
61 },
62 "peerDependencies": {
63 "react": "15.x.x || 16.x.x"
64 }
65}