-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.18 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
{
"name": "patchy",
"version": "0.2.0",
"description": "",
"scripts": {
"start": "babel-node server/index.js",
"build": "rm -rf build/ && NODE_ENV=staging webpack --config webpack.config.js",
"lint": "eslint --ignore-path .gitignore client server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshjg/patchy.git"
},
"keywords": [
"a",
"b",
"c"
],
"author": "Joshua Goldman",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/joshjg/patchy/issues"
},
"homepage": "https://github.com/joshjg/patchy",
"devDependencies": {
"arraybuffer-loader": "^0.2.1",
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.0",
"html-webpack-template": "^5.3.0",
"json-loader": "^0.5.4",
"normalize.css": "^5.0.0",
"postcss-loader": "^0.13.0",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-canvas-knob": "^0.3.0",
"react-css-modules": "^3.7.10",
"react-dom": "^15.3.2",
"react-markdown": "^2.4.2",
"react-redux": "^4.4.5",
"react-responsive": "^1.2.1",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.1",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"rucksack-css": "^0.8.6",
"socket.io-client": "^1.5.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"express": "^4.14.0",
"shortid": "^2.2.6",
"socket.io": "^1.5.0"
}
}