This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
73 lines (73 loc) · 2.31 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
{
"name": "l2s2",
"version": "0.0.1",
"description": "Live Subtitles",
"scripts": {
"dev": "webpack-dashboard -- webpack-dev-server --inline --hot --content-base www/ --history-api-fallback --quiet",
"build": "webpack --bail",
"travis": "npm run build"
},
"license": "GPL-3.0",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-flow-react-proptypes": "^0.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-plugin-transform-remove-console": "^6.3.13",
"babel-plugin-transform-remove-debugger": "^6.3.13",
"babel-preset-env": "^1.1.4",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-marudor": "^4.0.0",
"eslint-loader": "^1.6.1",
"file-loader": "^0.9.0",
"flow-bin": "^0.37.4",
"html-webpack-plugin": "^2.24.1",
"imports-loader": "^0.7.0",
"inline-css-loader": "^2.1.1",
"json-loader": "^0.5.3",
"redux-devtools": "^3.0.0-beta-3",
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
"redux-devtools-log-monitor": "^1.1.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.14.0",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"axios": "^0.15.3",
"babel-polyfill": "^6.20.0",
"bluebird": "^3.4.7",
"classnames": "^2.2.1",
"color-js": "^1.0.3",
"immutable": "^3.7.5",
"lodash": "^4.17.2",
"material-ui": "^0.16.5",
"moment": "^2.17.1",
"radium": "^0.18.1",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-dock": "^0.2.3",
"react-dom": "^15.4.1",
"react-loader": "^2.0.0",
"react-notification-system": "^0.2.11",
"react-redux": "^5.0.1",
"react-router": "next",
"react-sidebar": "^2.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.0.4",
"redux-actions": "^0.9.0",
"redux-promise": "^0.5.0",
"shallowequal": "^0.2.2",
"sweetalert": "^1.1.3",
"uuid": "^3.0.1"
}
}