UNPKG

1.77 kBJSONView Raw
1{
2 "name": "cyboard",
3 "version": "1.0.0-alpha.6",
4 "description": "Event driven wallboard server",
5 "author": "Michael van Engelshoven <michael@van-engelshoven.de>",
6 "license": "MIT",
7 "repository": "micha149/cyboard",
8 "main": "dist/index.js",
9 "jsnext:main": "src/index.js",
10 "bin": {
11 "cyboard": "./dist/cli"
12 },
13 "dependencies": {
14 "babel-register": "^6.24.0",
15 "commander": "^2.9.0",
16 "connect-history-api-fallback": "^1.3.0",
17 "debug": "^2.6.1",
18 "express": "^4.14.1",
19 "fela": "^4.2.6",
20 "interpret": "^1.0.2",
21 "invariant": "^2.2.2",
22 "liftoff": "^2.3.0",
23 "react": "^15.4.2",
24 "react-dom": "^15.4.2",
25 "react-fela": "^4.3.2",
26 "react-router": "^3.0.2",
27 "rxjs": "^5.2.0",
28 "serve-static": "^1.12.0",
29 "slug": "^0.9.1",
30 "webpack": "^2.2.1",
31 "webpack-dev-middleware": "^1.10.1"
32 },
33 "scripts": {
34 "build": "NODE_ENV=production babel --ignore *.test.js --ignore *.test.jsx --out-dir dist src",
35 "test": "jest --coverage --env=jsdom",
36 "test:watch": "jest --coverage --watch --env=jsdom",
37 "lint": "eslint src/"
38 },
39 "devDependencies": {
40 "babel-cli": "^6.23.0",
41 "babel-eslint": "^7.1.1",
42 "babel-jest": "^19.0.0",
43 "babel-loader": "^6.4.1",
44 "babel-preset-react-app": "^2.2.0",
45 "babel-watch": "^2.0.6",
46 "eslint": "^3.16.1",
47 "eslint-config-airbnb": "^14.1.0",
48 "eslint-plugin-import": "^2.2.0",
49 "eslint-plugin-jsx-a11y": "^4.0.0",
50 "eslint-plugin-react": "^6.10.0",
51 "html-webpack-plugin": "^2.28.0",
52 "jest": "^19.0.2",
53 "webpack-dev-middleware": "^1.10.1",
54 "webpack-manifest-plugin": "^1.1.0"
55 },
56 "files": [
57 "dist/**",
58 "src/**"
59 ],
60 "babel": {
61 "presets": [
62 "react-app"
63 ],
64 "plugins": []
65 }
66}