-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
72 lines (72 loc) · 2.19 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
{
"_comment": "http://browsenpm.org/package.json",
"name": "phandango",
"version": "1.3.0",
"engines": {
"node": "^8",
"npm": "^5"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --port 8080 --hot --colors",
"test": "mocha --compilers js:babel-core/register --bail --reporter spec \"js/**/tests/*\"",
"test:watch": "npm test -- --watch"
},
"main": "js/bundle.js",
"repository": {
"type": "git",
"url": "http://phandango.net"
},
"bugs": {
"url": "https://github.com/jameshadfield/phandango/issues"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-core": "~6.7.7",
"babel-eslint": "~6.0.3",
"babel-loader": "~6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "~6.9.1",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "~6.6.1",
"chai": "~3.5.0",
"chai-as-promised": "~5.3.0",
"chroma-js": "~1.1.1",
"eslint": "~2.8.0",
"eslint-plugin-react": "~5.0.1",
"events": "~1.1.0",
"flexboxgrid": "~6.3.0",
"lodash": "~4.11.1",
"material-ui": "~0.18.7",
"mocha": "~2.4.5",
"node-libs-browser": "~1.0.0",
"object-assign": "4.0.1",
"papaparse": "~4.1.2",
"phylocanvas": "git+https://[email protected]/jameshadfield/phylocanvas.git#9911c12",
"phylocanvas-plugin-context-menu": "git+https://github.com/phylocanvas/phylocanvas-plugin-context-menu.git#1a2ddd25f8a3e1b51ce4de3fc75c0cc0d499f7e7",
"raw-loader": "~0.5.1",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react-hot-loader": "~1.3.0",
"react-redux": "^5.0.6",
"react-tap-event-plugin": "^2.0.0",
"redux": "~3.5.2",
"redux-devtools": "~3.2.0",
"redux-devtools-dock-monitor": "~1.1.1",
"redux-devtools-log-monitor": "~1.0.11",
"redux-thunk": "~2.0.1",
"rewire": "~2.5.1",
"style-loader": "~0.13.1",
"webpack": "~1.13.0",
"webpack-dev-server": "~1.14.1"
},
"preferGlobal": false,
"private": true,
"license": "MIT"
}