-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
84 lines (84 loc) · 2.81 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
{
"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 HOST=blinkenrocket.de 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 public",
"dev": "webpack-dashboard -- webpack-dev-server --host 0.0.0.0 --inline --content-base public/ --history-api-fallback --quiet",
"lint": "eslint src/**/*.js && eslint src/**/*.jsx",
"build-firebase": "NODE_ENV=production HOST=editor.blinkenrocket.de webpack",
"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.26.0",
"babel-eslint": "8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.13.1",
"eslint-config-joblift": "^1.1.6",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.1.1",
"file-loader": "^1.1.6",
"flow-bin": "0.61.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "2.30.1",
"imports-loader": "^0.7.1",
"inline-css-loader": "^2.1.2",
"json-loader": "^0.5.4",
"prettier": "^1.9.2",
"style-loader": "^0.19.1",
"svg-inline-loader": "^0.8.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dashboard": "^1.0.2",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@mohayonao/web-audio-api-shim": "^0.3.0",
"@react-firebase/auth": "^0.2.9",
"babel-polyfill": "^6.7.4",
"firebase": "^6.0.2",
"firebase-tools": "^7.11.0",
"font-awesome": "^4.7.0",
"i18next": "10.2.1",
"immutable": "^4.0.0-rc.9",
"ios-safe-audio-context": "^1.0.1",
"lodash": "^4.11.1",
"material-ui": "0.20.0",
"prop-types": "^15.6.0",
"radium": "^0.19.6",
"react": "^16.4.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.0",
"react-redux": "^5.0.6",
"react-router": "^3",
"redux": "^3.4.0",
"redux-actions": "2.2.1",
"redux-promise": "^0.5.3",
"svg-inline-react": "^3.0.0",
"uuid-js": "^0.7.5",
"waud.js": "^0.9.8"
}
}