-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.04 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.04 KB
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
{
"name": "contributions",
"version": "0.1.1",
"scripts": {
"start": "npm run webpack",
"webpack": "webpack --progress --colors --watch -d",
"build": "webpack --progress --colors --optimize-minimize --optimize-dedupe",
"build-local": "node ./node_modules/webpack/bin/webpack.js --progress --colors -p --optimize-minimize --optimize-dedupe",
"build-worker": "browserify src/components/chart/ChartView.worker.js -o public/build/ChartView.worker.bundle.js -t babelify --presets [ es2015 stage-0 ]",
"server": "node server/www -c './server.dev'"
},
"dependencies": {
"babel-preset-es2015": "6.3.13",
"body-parser": "1.12.3",
"cookie-parser": "1.3.4",
"core-decorators": "^0.11.0",
"d3": "3.5.13",
"express": "4.12.3",
"express-session": "^1.13.0",
"font-awesome": "4.5.0",
"jade": "1.9.2",
"keymirror": "^0.1.1",
"lodash": "4.0.0",
"material-ui": "0.14.2",
"moment": "2.11.1",
"morgan": "1.5.2",
"nanoajax": "0.4.1",
"node-schedule": "^1.0.0",
"nodegit": "0.8.0",
"react": "0.14.6",
"react-dom": "0.14.6",
"react-fontawesome": "^0.3.3",
"react-redux": "^4.0.6",
"react-router": "^2.0.0",
"react-tap-event-plugin": "0.2.1",
"redux": "^3.0.5",
"redux-logger": "^2.4.0",
"redux-thunk": "^1.0.3",
"static-favicon": "1.0.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-core": "6.4.5",
"babel-eslint": "^5.0.0",
"babel-loader": "6.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babelify": "^7.2.0",
"css-loader": "0.23.1",
"eslint": "^2.2.0",
"eslint-plugin-react": "^4.0.0",
"file-loader": "0.8.5",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"jsdom": "^8.1.0",
"json-loader": "^0.5.4",
"less": "2.5.3",
"less-loader": "2.2.2",
"react-styleable": "^2.2.3",
"style-loader": "0.13.0",
"webpack": "1.12.11",
"worker-loader": "^0.7.0"
}
}