-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "queue-manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/main.js",
"prebuild": "npm install",
"build": "echo \"Error: build not configured\" && exit 1",
"server": "node server/main.js",
"lint": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SMartinScottLogic/queue-manager.git"
},
"keywords": [
"queue",
"manager",
"react"
],
"author": "Simon P Martin",
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/SMartinScottLogic/queue-manager/issues"
},
"homepage": "https://github.com/SMartinScottLogic/queue-manager#readme",
"dependencies": {
"babel-runtime": "^6.9.2",
"body-parser": "^1.15.1",
"debug": "^2.2.0",
"eslint": "^2.11.1",
"express": "^4.13.4",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"react": "^15.1.0",
"react-hammerjs": "^0.4.6",
"react-hyperscript": "^2.4.0",
"react-markup": "^1.0.3",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.13.4",
"mocha": "^2.5.3",
"react-dom": "^15.1.0",
"typescript": "^1.8.10",
"typings": "^1.0.4"
}
}