This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
forked from tidepool-org/blip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.6 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
{
"name": "blip",
"version": "0.14.43",
"private": true,
"scripts": {
"test": "NODE_ENV=test ./node_modules/karma/bin/karma start",
"nightwatch": "export API_HOST='http://localhost:8009' && npm run build && npm run install-selenium && ./node_modules/nightwatch/bin/nightwatch",
"nightwatch-single": "./node_modules/nightwatch/bin/nightwatch",
"browser-tests": "NODE_ENV=test ./node_modules/karma/bin/karma start --browsers Chrome",
"test-watch": "NODE_ENV=test ./node_modules/karma/bin/karma start --no-single-run --reporters=mocha,notification",
"start": "NODE_ENV=development webpack-dev-server --devtool eval-source-map --cache --colors --progress --port 3000",
"build": "NODE_ENV=production npm run build-app && npm run build-config",
"build-app": "NODE_ENV=production node buildapp",
"build-config": "NODE_ENV=production node buildconfig",
"server": "node server",
"lint": "eslint app test",
"install-selenium": "./node_modules/selenium-standalone/bin/selenium-standalone install --version=2.53.0",
"build-docs": "./update-gh-pages.sh",
"serve-docs": "./node_modules/.bin/gitbook serve"
},
"dependencies": {
"@tidepool/viz": "0.3.3",
"async": "1.5.2",
"babel-core": "6.13.2",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-preset-stage-2": "6.13.0",
"bows": "1.6.0",
"classnames": "2.2.5",
"css-loader": "0.23.1",
"enzyme": "2.4.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"hakken": "0.1.8",
"history": "2.1.2",
"json-loader": "0.5.4",
"less": "2.7.1",
"less-loader": "2.2.3",
"lodash": "3.10.1",
"ms": "0.7.1",
"qs": "6.2.1",
"react": "15.2.1",
"react-addons-pure-render-mixin": "15.2.1",
"react-addons-update": "15.2.1",
"react-dom": "15.2.1",
"react-hot-loader": "3.0.0-beta.2",
"react-redux": "4.4.5",
"react-router": "2.7.0",
"react-router-redux": "3.0.0",
"redux": "3.5.2",
"redux-logger": "2.6.1",
"redux-thunk": "2.1.0",
"script-loader": "0.7.0",
"serve-static": "1.11.1",
"shelljs": "0.7.3",
"style-loader": "0.13.1",
"sundial": "1.5.1",
"tideline": "0.5.14",
"tidepool-platform-client": "0.27.0",
"url-loader": "0.5.7",
"webpack": "1.13.2"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-plugin-rewire": "1.0.0-rc-6",
"chai": "3.5.0",
"chromedriver": "2.23.1",
"eslint": "2.13.1",
"eslint-plugin-react": "6.1.2",
"gitbook-cli": "2.3.0",
"karma": "1.2.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-mocha": "1.1.1",
"karma-mocha-reporter": "2.1.0",
"karma-notification-reporter": "0.1.1",
"karma-phantomjs-launcher": "1.0.1",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"mocha": "3.0.2",
"moment": "2.14.1",
"nightwatch": "0.9.7",
"object-invariant-test-helper": "0.1.1",
"phantomjs-prebuilt": "2.1.12",
"react-addons-create-fragment": "15.2.1",
"react-addons-perf": "15.2.1",
"react-addons-test-utils": "15.2.1",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
"redux-mock-store": "1.1.4",
"salinity": "0.0.8",
"selenium-standalone": "5.5.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"tidepool-standard-action": "0.1.1",
"webpack-dev-server": "1.15.0"
},
"engines": {
"node": "0.12.x"
}
}