forked from mekanix/onelove-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.69 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "one-love",
"version": "0.0.0",
"description": "WEB Client for One Love",
"main": "server.js",
"scripts": {
"start": "webpack-dev-server --inline --hot --host 0.0.0.0 --color",
"build": "webpack -p --progress --config webpack.config.prod.js",
"pretest": "eslint src/",
"test": "NODE_ENV=production node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- -R xunit-file src/test.js",
"coverage": "NODE_ENV=production istanbul report cobertura --dir shippable/codecoverage/"
},
"repository": {
"type": "git",
"url": "https://github.com/one-love/web-client"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/one-love/web-client/issues"
},
"homepage": "https://github.com/one-love/",
"devDependencies": {
"base64-font-loader": "0.0.4",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-loader": "^1.4.1",
"eslint-plugin-react": "^4.3.0",
"expect": "^1.20.2",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"redux-devtools": "^3.3.1",
"redux-devtools-diff-monitor": "^5.0.5",
"redux-devtools-dock-monitor": "^1.1.1",
"resolve-url-loader": "^1.6.0"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.6.1",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"base-64": "^0.1.0",
"css-loader": "^0.23.1",
"es6-promise": "^3.2.1",
"history": "^2.1.2",
"image-webpack-loader": "^1.8.0",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.15.4",
"node-libs-browser": "^0.5.3",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"radium": "^0.18.1",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.1",
"react-css-modules": "^3.7.10",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.3.1",
"react-edit-inline": "^1.0.7",
"react-file-reader-input": "^1.1.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-actions": "^0.9.1",
"redux-thunk": "^1.0.3",
"sass-resources-loader": "^1.1.0",
"socket.io-client": "^1.4.8",
"style-loader": "^0.13.1",
"trash": "^3.4.1",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.15.1",
"webpack-hot-middleware": "^2.12.2",
"xunit-file": "0.0.9"
}
}