-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.34 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
{
"name": "reactwebmedia",
"version": "1.0.0",
"description": "ReactWebMedia.co website",
"repository": {
"type": "git",
"url": "git+https://github.com/ReactWebMedia/reactwebmedia-site.git"
},
"main": "index.js",
"scripts": {
"tasks": "babel-node tasks.js",
"test": "echo \"Preparing test database...\" && babel-node test-helpers/dropDatabase.js && knex --env test migrate:latest && DB_ENV=test mocha test",
"test-old": "echo \"Preparing test database...\" && knex --env test migrate:rollback && knex --env test migrate:latest && DB_ENV=test mocha test",
"travis": "eslint src && echo \"Preparing test database...\" && knex --env travis migrate:latest && DB_ENV=travis mocha test",
"start": "knex migrate:latest && gulp build && babel-node --optional es7.functionBind,es7.classProperties,es7.decorators index.js",
"docker-start": "knex migrate:latest && gulp build && babel-node --optional es7.functionBind,es7.classProperties,es7.decorators index.js",
"watch": "nodemon --watch src --watch index.js --exec babel-node --source-maps --optional es7.functionBind,es7.classProperties,es7.decorators -- index.js",
"lint": "eslint src"
},
"author": {
"name": "ReactWebMedia",
"email": "info@reactwebmedia.co"
},
"babel": {
"optional": [
"es7.functionBind",
"es7.classProperties",
"es7.decorators"
]
},
"dependencies": {
"babel": "^5.8.34",
"babel-runtime": "^5.8.34",
"babelify": "^6.4.0",
"bcrypt": "^0.8.5",
"bluebird": "^2.10.0",
"body-parser": "^1.13.3",
"bookshelf": "^0.9.1",
"browserify": "^12.0.1",
"crypto": "0.0.3",
"del": "",
"dynamic-bem-classnames": "^1.0.2",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.11.3",
"file-type": "^3.3.0",
"font-awesome": "",
"grapheme-breaker": "^0.3.2",
"grapheme-utils": "^0.1.0",
"gulp": "",
"gulp-autoprefixer": "",
"gulp-concat": "",
"gulp-if": "",
"gulp-less": "",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "",
"gulp-plumber": "",
"gulp-util": "",
"gulp-watch": "^4.3.5",
"history": "^1.17.0",
"immutable": "^3.7.5",
"knex": "^0.9.0",
"kue": "^0.10.4",
"lodash": "^3.10.1",
"lwip": "0.0.8",
"md5": "^2.0.0",
"mime": "^1.3.4",
"mocha": "^2.3.4",
"moment": "^2.10.6",
"multer": "^1.1.0",
"pg": "^4.4.3",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-autosuggest": "^2.2.0",
"react-dom": "^0.14.3",
"react-gravatar": "^2.2.2",
"react-linkify": "0.1.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.3",
"redux": "^3.0.4",
"redux-immutablejs": "0.0.7",
"redux-simple-router": "^1.0.0",
"run-sequence": "",
"superagent": "^1.3.0",
"twitter-text": "^1.13.2",
"unexpected": "^10.4.0",
"unexpected-react": "^0.3.2",
"url-assembler": "^1.2.4",
"uuid": "^2.0.1",
"vinyl-source-stream": "",
"watchify": "",
"adm-zip": "^0.4.7",
"babel-eslint": "^4.1.6",
"browser-sync": "",
"cookie": "^0.2.3",
"envify": "^3.4.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.12.0",
"gulp": "^3.9.0",
"jsdom": "^7.2.1",
"node-fetch": "^1.3.3",
"nodemon": "^1.8.1",
"slug": "^0.9.1",
"tmp": "0.0.28",
"unexpected-dom": "^3.0.2",
"unexpected-express": "^8.0.0"
}
}