-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "headlines",
"version": "1.0.0",
"description": "News Feed Application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base src --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacKay/headlines.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IsaacKay/headlines/issues"
},
"homepage": "https://github.com/IsaacKay/headlines#readme",
"devDependencies": {
"babel-loader": "^6.4.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"axios": "^0.16.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.24.1",
"flux": "^3.1.2",
"history": "^1.17.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^1.0.3",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.14.1"
}
}