-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
69 lines (69 loc) · 1.94 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
66
67
68
69
{
"name": "react-reactions",
"version": "0.1.3",
"description": "Reaction pickers and counters from Slack, Pokemon, Github, Facebook & Youtube",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.dev.js --port 2570 --quiet",
"docs-dist": "webpack --config webpack.config.prod.js",
"lib": "npm run clean && babel src -d lib",
"clean": "rm -rf lib && mkdir lib",
"prepublish": "npm run lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/casesandberg/react-reactions.git"
},
"author": "case <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/casesandberg/react-reactions/issues"
},
"homepage": "https://casesandberg.github.io/react-reactions/",
"keywords": [
"react",
"reactions",
"reaction picker",
"react-component",
"reactionpicker",
"slack",
"pokemon",
"github",
"facebook",
"youtube",
"popup"
],
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel": "^6.5.2",
"babel-cli": "^6.16.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-lodash": "^3.2.9",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"case-sensitive-paths-webpack-plugin": "^1.1.3",
"css-loader": "^0.24.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.3",
"eslint-plugin-react": "^5.1.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"normalize.css": "^4.2.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-highlight": "^0.9.0",
"react-mark": "0.0.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"emoji-as-array": "^1.0.0",
"lodash": "^4.15.0",
"reactcss": "^1.0.6"
}
}