-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "ReactNews",
"version": "0.0.1",
"description": "Reactive Hacker News Web Client",
"main": "index.js",
"scripts": {
"watch": "jsx --watch /src /build",
"webpack": "webpack --progress --colors",
"webpack-dev-server": "webpack-dev-server --progress --colors"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-material-design": "^0.5.9",
"firebase": "^2.4.2",
"flux": "^2.1.1",
"font-awesome": "^4.5.0",
"jquery": "^2.2.3",
"microevents": "^0.2.1",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.3.0",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.15.0",
"image-webpack-loader": "^1.6.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}