-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "react-avatar-stack",
"version": "0.0.3",
"description": "ReactJS component that will stack the child that you pass to it and add `+n` placeholder to it.",
"main": "lib/react-avatar-stack.min.js",
"scripts": {
"build": "webpack --env.mode=build",
"eslint": "eslint src/** --fix",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha ./test/.setup.js ./test/**/*.spec.js"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "^6.16.0",
"babel-core": "6.23.1",
"babel-eslint": "7.2.3",
"babel-loader": "6.3.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "3.5.0",
"enzyme": "^2.8.2",
"eslint": "4.4.1",
"eslint-loader": "1.6.3",
"eslint-plugin-react": "^7.2.0",
"jsdom": "^9.6.0",
"material-ui": "^0.17.0",
"mocha": "3.2.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.6",
"styled-components": "^2.1.2",
"webpack": "2.2.1",
"yargs": "6.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ydeshayes/react-avatar-stack.git"
},
"keywords": [
"React",
"ReactJS",
"avatar",
"stack"
],
"author": "Yann Deshayes",
"bugs": {
"url": "https://github.com/ydeshayes/react-avatar-stack/issues"
},
"homepage": "https://github.com/ydeshayes/react-avatar-stack"
}