-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"name": "rficon-search",
"version": "1.0.0",
"description": "Search for Fontawesome and Material Design icons using react-font-icon module.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack -p --config ./webpack.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/san2beerelli/rficon-search.git"
},
"keywords": [
"react-font-icon"
],
"author": "Santhosh Beerelli <san2beerelli@gmail.com> (http://san2beerelli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/san2beerelli/rficon-search/issues"
},
"homepage": "https://github.com/san2beerelli/rficon-search#readme",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "3.2.11",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"compression-webpack-plugin": "0.4.0",
"html-webpack-plugin": "2.28.0",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.5"
},
"dependencies": {
"material-ui": "0.18.1",
"react": "15.5.4",
"react-color": "2.11.7",
"react-dom": "15.5.4",
"react-flip-move": "2.9.8",
"react-font-icon": "1.0.0",
"react-infinite-scroller": "1.0.12",
"react-tap-event-plugin": "2.0.1",
"style-loader": "0.17.0",
"styled-components": "1.4.5"
}
}