-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.32 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": "Rosetta-Home-Translator",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"start": "superstatic build -p 8080 --host 0.0.0.0 --gzip -c '{\"rewrites\": [{\"source\":\"**\",\"destination\":\"index.html\"}],\"headers\":[{\"source\":\"**\",\"headers\":[{\"key\":\"Cache-Control\",\"value\":\"max-age=86400\"}]}]}'",
"prestart": "npm run build",
"build": "cross-env NODE_ENV=production webpack -p --progress",
"prebuild": "mkdirp build",
"test": "eslint src tests/**/*.js"
},
"keywords": [
"preact",
"redux"
],
"license": "MIT",
"author": "John O'Sullivan <[email protected]>",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-minimal": "^2.0.0",
"babel-preset-latest-minimal": "^1.1.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"chai": "^3.5.0",
"core-js": "^2.4.0",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mkdirp": "^0.5.1",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.1.5",
"superstatic": "^4.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^4.0.0-alpha.6",
"chnl": "^0.4.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"injection-js": "^2.1.0",
"material-design-lite": "^1.3.0",
"moment": "^2.18.1",
"net": "^1.0.2",
"npm": "^5.1.0",
"pendings": "^0.2.6",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"preact-mdl": "^2.2.1",
"preact-redux": "^1.2.0",
"preact-router": "^2.5.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-calendar-heatmap": "^1.2.0",
"react-collapsible": "^1.5.0",
"react-day-picker": "^6.1.0",
"react-dom": "^15.6.1",
"react-faux-dom": "^4.0.3",
"react-http-request": "^1.0.3",
"react-load-script": "0.0.4",
"react-nvd3": "^0.5.7",
"react-outside-event": "^1.2.5",
"react-rangeslider": "^2.1.0",
"react-responsive-tabs": "^1.0.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-skylight": "^0.4.2",
"react-sparklines": "^1.6.0",
"react-stepzilla": "^4.6.2",
"react-swipeable-views": "^0.12.5",
"react-transition-group": "^1.2.0",
"reactbroadcast": "^0.1.1",
"reactstrap": "^4.8.0",
"recharts": "^1.0.0-alpha.2",
"redux": "^3.6.0",
"request": "^2.81.0",
"rxjs": "^5.4.1",
"satori-sdk-js": "^1.0.1",
"semantic-ui-react": "^0.70.0",
"superagent": "^3.5.2",
"superagent-cors-proxy": "0.0.1",
"tls": "0.0.1",
"victory": "^0.21.2",
"websocket-as-promised": "^0.3.1",
"ws": "^3.1.0",
"ws-promise": "^1.5.1"
},
"main": "webpack.config.babel.js"
}