-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
71
{
"name": "corpo-food",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "node .",
"build": "webpack --colors",
"build:dev": "webpack --colors --watch",
"lint": "eslint . --ignore-path .gitignore --ignore-pattern webpack.config.js",
"test": "babel-tape-runner test/**/*Tests.js | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjendrzyca/corpo-food.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kjendrzyca/corpo-food/issues"
},
"homepage": "https://github.com/kjendrzyca/corpo-food#readme",
"devDependencies": {
"babel-tape-runner": "^2.0.1",
"eslint": "^3.9.0",
"eslint-plugin-react": "^6.3.0",
"faucet": "^0.0.1",
"fetch-mock": "^5.5.0",
"redux-mock-store": "^1.2.1",
"tape": "^4.6.2",
"tape-catch": "^1.0.6"
},
"dependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.25.0",
"exports-loader": "^0.6.3",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"http-status": "^0.2.0",
"imports-loader": "^0.6.5",
"jquery": "^3.1.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"locale": "0.1.0",
"mongoose": "^4.6.5",
"node-polyglot": "^2.0.0",
"randomstring": "^1.1.5",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"whatwg-fetch": "^1.0.0",
"winston": "^2.2.0"
}
}