-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 Bytes
/
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
{
"name": "github-battle",
"version": "1.0.0",
"description": "Compare your Github profile with another user's. Built with React, React-Router, Axios and Webpack",
"main": "index.js",
"scripts": {
"production": "webpack -p",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/perrywortman/github-battle"
},
"author": "W. Perry Wortman",
"license": "ISC",
"dependencies": {
"axios": "^0.9.1",
"prop-types": "^15.6.1",
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.0.0-rc5"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.15.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}