forked from couetilc/react-social-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-social-icons",
"version": "2.5.1",
"description": "beautiful, easy svg social icons in react",
"main": "./lib/react-social-icons.js",
"scripts": {
"start": "./scripts/dev-examples.sh",
"test": "karma start",
"test-dev": "karma start --auto-watch --no-single-run",
"prepublish": "NODE_ENV=production babel -d ./lib ./src",
"publish": "./scripts/release.sh"
},
"author": "jaketrent",
"license": "MIT",
"contributors": [
"Vitaly Aminev <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/AVVS/react-social-icons"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"json": "^9.0.4",
"json-loader": "^0.5.4",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lodash": "^4.14.0",
"mocha": "^2.5.3",
"react": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"should": "^10.0.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.0.11",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": "0.13.x || 0.14.x || 15.x.x"
}
}