-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
129 lines (129 loc) · 4.17 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "yourturn",
"version": "0.71.0",
"description": "",
"scripts": {
"mocks": "nodemon server/mocks/all.js",
"server": "cd server/src && node yourturn.js",
"build": "cd client && gulp build",
"start": "cd client && node server.js",
"lint": "cd client && gulp lint",
"format": "cd client && gulp format",
"lodash": "cd client && gulp lodash",
"test-server": "cd server && npm install && mocha -r test/mocha-globals.js --recursive test",
"test-server-watch": "mocha --watch -r server/test/mocha-globals.js --recursive server/test",
"test": "cd client && webpack --config webpack.test.config.js && mocha -r mocha-globals.js dist/test.js",
"test-coverage": "cd client && webpack --config webpack.test.config.js && istanbul cover ../node_modules/mocha/bin/_mocha --report lcovonly -- -r mocha-globals.js dist/test.js && cat ./coverage/lcov.info | ../node_modules/coveralls/bin/coveralls.js",
"test-coverage-local": "cd client && webpack --config webpack.test.config.js && istanbul cover ../node_modules/mocha/bin/_mocha --report html -- -r mocha-globals.js dist/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zalando-stups/yourturn.git"
},
"author": "Nikolaus Piccolotto",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zalando-stups/yourturn/issues"
},
"homepage": "https://github.com/zalando-stups/yourturn",
"dependencies": {
"@zalando/oauth2-client-js": "0.0.17",
"@zalando/superagent-oauth2-client": "0.0.19",
"d3": "3.5.12",
"ease-component": "1.0.0",
"fixed-data-table": "0.4.7",
"fuzzysearch": "1.0.3",
"griddle-react": "0.4.1",
"history": "2.0.0-rc2",
"immutable": "3.7.6",
"lz-string": "1.4.4",
"moment": "2.24.0",
"node-uuid": "1.4.7",
"object-assign": "4.0.1",
"raf": "3.1.0",
"rd3": "^0.7.0",
"react": "0.14.7",
"react-copy-to-clipboard": "3.0.4",
"react-d3-components": "0.6.4",
"react-date-picker": "5.3.12",
"react-dimensions": "1.3.0",
"react-dom": "0.14.7",
"react-fa": "4.0.0",
"react-gravatar": "2.2.2",
"react-onclickoutside": "4.5.0",
"react-redux": "4.0.6",
"react-router": "2.0.0-rc6",
"react-tabs": "0.5.1",
"react-time": "4.0.0",
"react-tooltip": "1.1.4",
"react-typeahead": "1.1.5",
"react-widgets": "^3.4.3",
"redux": "3.0.4",
"redux-actions": "0.8.0",
"redux-logger": "2.2.1",
"redux-promise": "0.5.0",
"redux-simple-router": "2.0.2",
"redux-thunk": "1.0.0",
"remarkable": "1.6.1",
"styled-components": "1.4.0",
"superagent": "1.8.2",
"uniqueid": "0.1.0"
},
"devDependencies": {
"autoprefixer-loader": "3.1.0",
"babel-core": "6.7.7",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"body-parser": "1.14.2",
"chai": "3.4.1",
"coveralls": "2.11.6",
"css-loader": "0.23.1",
"del": "2.2.0",
"domino": "1.0.24",
"enzyme": "^2.4.1",
"eslint": "3.2.2",
"eslint-loader": "1.5.0",
"eslint-plugin-react": "^5.0.0",
"event-emitter": "0.3.4",
"expect": "^1.20.2",
"express": "4.13.3",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"gulp": "3.9.0",
"gulp-autoprefixer": "3.1.0",
"gulp-cssnano": "2.1.0",
"gulp-eslint": "1.1.1",
"gulp-jscs": "3.0.2",
"gulp-less": "3.0.5",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-shell": "0.5.1",
"gulp-util": "3.0.7",
"img-loader": "1.2.2",
"istanbul": "0.4.2",
"jquery": "2.2.0",
"jscs": "2.8.0",
"jscs-loader": "0.2.0",
"json-loader": "0.5.4",
"less": "2.5.3",
"less-loader": "2.2.2",
"lodash": "4.17.19",
"lodash-cli": "3.10.1",
"mitm": "1.2.0",
"mocha": "2.4.4",
"node-mocks-http": "1.5.1",
"null-loader": "0.1.1",
"raw-loader": "0.5.1",
"react-addons-test-utils": "0.14.7",
"react-hot-loader": "1.3.0",
"react-testutils-additions": "0.16.0",
"sinon": "1.17.2",
"style-loader": "0.13.0",
"url-loader": "0.5.7",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1"
}
}