-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "learnfwd-website",
"version": "0.1.0",
"description": "The presentation website for Learn Forward Ltd",
"main": "server.js",
"scripts": {
"start": "node server-dist/index.js",
"eslint": "./node_modules/.bin/eslint -c .eslintrc .",
"postinstall": "node ./node_modules/webpack/bin/webpack.js && SERVER=1 node ./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learnfwd/learnfwd-website.git"
},
"keywords": [
"learnfwd",
"website",
"express",
"babel",
"es6",
"react",
"react-universal",
"webpack"
],
"author": "Learn Forward Team - Paul, Leo, Iulian, Cristian (@learnfwd)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/learnfwd/learnfwd-website/issues"
},
"homepage": "https://github.com/learnfwd/learnfwd-website#readme",
"dependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"css-loader": "^0.19.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.5.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"fbjs": "^0.2.1",
"history": "^1.12.0",
"html-webpack-plugin": "^1.6.1",
"is-browser": "^2.0.1",
"json-loader": "^0.5.3",
"newrelic": "^1.22.2",
"node-sass": "^3.3.3",
"noop": "^0.2.2",
"react": "^0.14.0",
"react-bootstrap": "^0.27.1",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc1",
"react-sticky": "^2.5.2",
"redux": "^3.0.2",
"sass-loader": "^3.0.0",
"sitemap": "^1.4.0",
"socket.io-client": "^1.3.7",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {},
"engines": {
"node": ">=4.4.1"
}
}