forked from mzgoddard/mb-char
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "mb-char",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-ramda": "^1.4.3",
"babel-preset-env": "^1.6.1",
"babel-preset-preact": "^1.1.0",
"boxart-functions": "^0.2.0-alpha.4",
"boxart-preact": "^0.2.0-alpha.4",
"boxart-webpack-plugin": "^0.2.0-alpha.4",
"css-loader": "^0.28.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"hard-source-webpack-plugin": "^0.5.14",
"html-webpack-plugin": "^2.30.1",
"localforage": "^1.5.5",
"lodash": "^4.17.4",
"most": "^1.7.2",
"now": "^9.0.1",
"offline-plugin": "^4.9.0",
"postcss-loader": "^2.0.10",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"ramda": "^0.25.0",
"react-document-title": "^2.0.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-most": "^0.6.2",
"redux-persist": "^5.4.0",
"regenerator-runtime": "^0.11.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.2",
"signalhub": "^4.9.0",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-cli": "^2.0.4",
"webpack-dev-server": "^2.10.0",
"webpack-if": "^0.1.2",
"webrtc-swarm": "^2.9.0"
}
}