This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.93 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
{
"name": "mardin",
"version": "0.2.3",
"description": "Laravel Mardin Messenger counterpart. This little pigeon ^_^",
"main": "dist/mardin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "echo \"Building dev version...\" && rm ./dist -Rf && webpack",
"prod": "echo \"Building production version...\" && rm ./dist -Rf && NODE_ENV=\"production\" webpack",
"build": "npm run-script prod",
"lint-break-on-errors": "eslint ./src/js ./webpack.config.js -f table --ext .js --ext .jsx",
"lint": "eslint ./src/js ./webpack.config.js -f table --ext .js --ext .jsx || true"
},
"keywords": [
"mardin",
"laravel",
"messenger",
"component",
"react",
"redux"
],
"author": "ReliQ <[email protected]> (http://reliqarts.com/)",
"license": "MIT",
"peerDependencies": {
"jquery": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.7.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.6.1",
"css-loader": "0.14.5",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"prepush": "^3.1.11",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.1.1",
"redux-logger": "^2.8.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"win-node-env": "^0.1.0"
},
"dependencies": {
"axios": "^0.15.3",
"emotion": "^9.2.6",
"immutability-helper": "^2.1.1",
"laravel-echo": "^1.2.3",
"noty": "^3.1.4",
"pusher-js": "^4.0.0",
"react": "^15.4.2",
"react-dom": "^16.0.1",
"react-emotion": "^9.2.6",
"react-icons": "^3.0.1",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0",
"timeago-react": "^1.0.8"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ReliQArts/mardin-js.git"
}
}