-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
111 lines (111 loc) · 3.03 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "kamputerm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp && export NODE_PATH=lib && node lib/app.js",
"test": "gulp test && export NODE_PATH=lib:lib-test && mocha lib-test/**/*.js",
"lint": "export NODE_PATH=server/src:client/src && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/it-mova/kamputerm.git"
},
"author": "it mova",
"license": "MIT",
"bugs": {
"url": "https://github.com/it-mova/kamputerm/issues"
},
"homepage": "https://github.com/it-mova/kamputerm#readme",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify-shim": "^3.8.12",
"chai": "^3.4.1",
"co": "^4.6.0",
"co-mocha": "^1.1.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-mocha": "^4.3.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-livereload": "^3.8.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"reactify": "^1.1.1",
"sinon": "^1.17.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"app-config": "^0.1.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"config": "^1.20.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"del": "^2.2.0",
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.12.1",
"gulp-filter": "^4.0.0",
"lodash": "^3.10.1",
"material-ui": "^0.14.4",
"mongoose": "^4.3.4",
"morgan": "^1.6.1",
"mustache-express": "^1.2.2",
"mustache-express4": "0.0.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-tap-event-plugin": "^0.2.0",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-promise": "^0.5.3",
"watchify": "^3.7.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
],
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {}
}