-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
51
52
53
54
55
56
{
"name": "hacker-news-react",
"version": "0.0.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CWSites/hacker-news-react.git"
},
"author": "Matt Haff",
"license": "MIT",
"homepage": "https://github.com/CWSites/hacker-news-react",
"devDependencies": {
"autoprefixer-stylus": "0.10.0",
"concurrently": "3.0.0",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-jsx-a11y": "^3.0.2",
"react-addons-test-utils": "^15.0.2",
"react-scripts": "^0.6.1",
"react-timeago": "^3.4.3"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "0.28.9",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.4",
"moment": "^2.19.3",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "^5.0.6",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.3",
"redux": "^3.7.2",
"style-loader": "^0.13.1",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"scripts": {
"start": "node devServer.js",
"watch": "concurrently --names --prefix name \"npm run start\""
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/.eslintrc"
}
}