forked from blinkenrocket/webedit-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
97 lines (97 loc) · 3.2 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
{
"name": "webedit-react",
"version": "1.0.2",
"description": "Webeditor for Blinkenrockets",
"scripts": {
"test": "npm run build && npm run lint && flow",
"gh-pages": "NODE_ENV=production BASE_URL=webedit-react/ webpack",
"start": "BABEL_ENV=hot webpack-dev-server --host 0.0.0.0 --hot --inline --progress --history-api-fallback --content-base www",
"dev": "webpack-dev-server --host 0.0.0.0 --inline --progress --history-api-fallback --content-base www",
"lint": "eslint src/**/*.js && eslint src/**/*.jsx",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blinkenrocket/webedit-react.git"
},
"author": [
"marudor"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/blinkenrocket/webedit-react/issues"
},
"homepage": "https://github.com/blinkenrocket/webedit-react#readme",
"devDependencies": {
"babel-core": "6.10.4",
"babel-eslint": "6.1.0",
"babel-loader": "^6.3.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-for-of": "^6.5.2",
"babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
"babel-plugin-transform-regenerator": "^6.5.2",
"babel-plugin-transform-remove-console": "^6.5.0",
"babel-plugin-transform-remove-debugger": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.26.2",
"eslint": "2.13.1",
"eslint-config-marudor": "^1.0.9",
"eslint-loader": "^1.6.3",
"eslint-plugin-class-property": "0.0.3",
"eslint-plugin-flow-vars": "0.4.0",
"eslint-plugin-react": "5.2.2",
"file-loader": "^0.10.1",
"flow-bin": "0.27.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "2.21.0",
"iflow-bluebird": "1.1.15",
"iflow-core-decorators": "^1.0.15",
"iflow-i18next": "^1.0.21",
"iflow-immutable": "^1.0.32",
"iflow-lodash": "1.1.15",
"iflow-material-ui": "^1.0.32",
"iflow-radium": "^1.0.18",
"iflow-react-redux": "1.1.15",
"iflow-react-router": "1.1.15",
"iflow-redux-actions": "1.1.10",
"imports-loader": "^0.7.1",
"inline-css-loader": "^2.1.2",
"json-loader": "^0.5.4",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.13.2",
"svg-inline-loader": "^0.7.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"@mohayonao/web-audio-api-shim": "^0.3.0",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
"babel-polyfill": "^6.7.4",
"bluebird": "3.4.1",
"core-decorators": "^0.12.2",
"font-awesome": "^4.7.0",
"history": "3.0.0",
"i18next": "3.3.1",
"immutable": "^3.7.6",
"lodash": "^4.11.1",
"material-ui": "0.16.6",
"radium": "^0.18.1",
"react": "^15.0.2",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "2.5.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.4.0",
"redux-actions": "0.10.0",
"redux-promise": "^0.5.3",
"svg-inline-react": "^1.0.1",
"uuid-js": "^0.7.5",
"waud.js": "^0.9.8"
}
}