-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "eycon",
"version": "1.0.0",
"description": "Creating Icons for Web , IOS & Android using Font Icons.",
"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/Eycon.git"
},
"keywords": [
"Icon creator",
"React Font Icon Creator"
],
"author": "Santhosh Beerelli <san2beerelli@gmail.com> (http://san2beerelli.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/san2beerelli/Eycon/issues"
},
"homepage": "https://github.com/san2beerelli/Eycon#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": {
"dom-to-image": "2.5.2",
"file-saver": "1.3.3",
"material-ui": "0.18.1",
"react": "15.5.4",
"react-color": "2.11.7",
"react-dom": "15.5.4",
"react-tap-event-plugin": "2.0.1",
"styled-components": "1.4.5"
}
}