-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.15 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
{
"name": "rfunk-voting",
"version": "1.0.0",
"description": "Weil",
"private": "true",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:client": "node devServer.js",
"dev:server": "babel-watch --watch server index.js",
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\""
},
"keywords": [],
"contributers": [
"Timo Mämecke <[email protected]> (https://twitter.com/timomeh)",
"Christian Poplawski <[email protected]> (http://twitter.com/_chrispop)"
],
"license": "MIT",
"dependencies": {
"babel-core": "^6.5.2",
"babel-register": "^6.5.2",
"body-parser": "^1.15.0",
"consolidate": "^0.14.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"mongoose": "^4.4.5",
"normalize.css": "^3.0.3",
"nunjucks": "^2.3.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-register": "^6.5.2",
"babel-watch": "^1.0.1",
"concurrently": "^2.0.0",
"css-loader": "^0.23.1",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0",
"exports-loader": "^0.6.3",
"http-proxy": "^1.13.2",
"imports-loader": "^0.6.5",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.1",
"postcss-nested": "^1.0.0",
"postcss-scss": "^0.1.5",
"postcss-simple-vars": "^1.2.0",
"precss": "^1.4.0",
"react-transform-hmr": "^1.0.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1"
}
}