-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.33 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.33 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
{
"name": "@tombatossals/coverama",
"version": "0.0.1",
"description": "Coverama",
"repository": {
"type": "git",
"url": "git://github.com/tombatossals/coverama.git"
},
"author": {
"name": "David Rubert",
"email": "david.rubert@gmail.com"
},
"private": true,
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.1",
"eslint-config-standard-react": "^4.0.2",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-standard": "^2.0.0",
"mocha": "^3.0.2",
"react-scripts": "0.4.3",
"standard": "^8.1.0"
},
"dependencies": {
"@horizon/client": "^2.0.0",
"@horizon/server": "^2.0.0",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-status-monitor": "0.1.4",
"http-proxy-middleware": "^0.17.1",
"jimp": "^0.2.27",
"limax": "^1.4.0",
"lodash.debounce": "^4.0.8",
"mobi.css": "^1.0.0-alpha.4",
"node-fetch": "^1.6.1",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
"react-autosuggest": "^6.0.4",
"react-dom": "^15.3.2",
"react-loading": "0.0.9",
"react-media-player": "^0.5.0",
"react-redux": "^4.4.5",
"react-responsive": "^1.1.5",
"react-router": "^2.8.0",
"react-selectize": "^2.0.3",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.1",
"redux-actions": "^0.12.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"rethinkdbdash": "^2.3.21",
"spotify-web-api-node": "^2.3.5",
"yargs": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom",
"test:server": "mocha --bail --compilers js:babel-core/register",
"cli": "babel-node src/cli/index.js",
"dev": "NODE_ENV=development babel-node src/server.js | react-scripts start",
"prod": "NODE_ENV=production babel-node src/server.js",
"standard": "standard"
}
}