-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.58 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
86
87
88
89
90
91
92
93
94
95
{
"name": "sharathvignesh.github.io",
"version": "0.0.1",
"description": "My resume",
"homepage": "https://sharathvignesh.github.io",
"bugs": {
"email": "[email protected]"
},
"license": "Open source",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/sharathvignesh/sharathvignesh.github.io"
},
"engines": {
"node": ">= 5.5.0"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"scripts": {
"start": "node ./bin/www",
"test": "mocha --compilers js:espower-babel/guess test/*.js"
},
"dependencies": {
"babel-core": "~6.8.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"babel-register": "^6.8.0",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fixed-data-table": "^0.6.3",
"fixed-data-table-2": "^0.7.2",
"geolocator": "^2.0.0",
"graphql-tag": "^0.1.15",
"isomorphic-fetch": "^2.2.1",
"jade": "^1.11.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"less-middleware": "^2.1.0",
"material-ui": "^0.15.1",
"moment": "^2.13.0",
"mongoose": "^4.4.17",
"morgan": "~1.7.0",
"native-base": "^0.5.9",
"react": "15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-cookie": "^0.4.8",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "15.0.2",
"react-geosuggest": "^1.25.0",
"react-hot-loader": "3.0.0-beta.5",
"react-infinite-calendar": "^1.1.14",
"react-redux": "^4.4.5",
"react-responsive": "^1.1.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"responsive-fixed-data-table": "^2.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "1.16.1"
},
"devDependencies": {
"babelify": "^7.3.0",
"espower-babel": "^4.0.3",
"gitbook-cli": "^2.1.3",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gitbook": "^1.5.0",
"grunt-jscs": "^2.8.0",
"grunt-jsdoc": "^2.0.0",
"mocha": "^2.4.5",
"power-assert": "^1.4.1",
"proxy-middleware": "^0.15.0",
"reactify": "~1.1.1",
"redux-devtools": "^3.3.1",
"webpack-cli": "^4.9.2"
}
}