-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
143 lines (143 loc) · 4.41 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "imhere",
"version": "0.4.1",
"description": "A integrated node framework",
"main": "src/server.js",
"repository": "[email protected]:imheretw/imhere.git",
"author": "ImHere <[email protected]>",
"license": "MIT",
"scripts": {
"start": "rimraf build && gulp serve",
"lint": "eslint .",
"test:core": "PORT=4000 nyc mocha --compilers js:babel-core/register -r test/init --recursive test src/plugins -t 10000",
"test:core:debug": "DEBUG_LEVEL=debug DEBUG=knex:query,knex:bindings,nock.* npm run test:core",
"test": "NODE_ENV=test DEBUG_LEVEL=fatal npm run test:core",
"test:debug": "NODE_ENV=test npm run test:core:debug",
"test:mysql": "NODE_ENV=test_mysql npm run test:core",
"test:mysql:debug": "NODE_ENV=test_mysql npm run test:core:debug",
"db:create": "babel-node src/database/create.js",
"db:drop": "babel-node src/database/drop.js",
"db:migrate": "knex migrate:latest --knexfile ./src/config/knexConfig.js --cwd .",
"db:rollback": "knex migrate:rollback --knexfile ./src/config/knexConfig.js --cwd .",
"db:seed": "knex seed:run --knexfile ./src/config/knexConfig.js --cwd .",
"command:job:my": "babel-node ./src/commands/job.js my",
"eslint-pre-commit": "./bin/eslint-pre-commit.sh",
"changelog": "standard-changelog"
},
"pre-commit": [
"eslint-pre-commit"
],
"dependencies": {
"async": "^2.3.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"bookshelf-modelbase": "^2.10.3",
"bookshelf-schema": "^0.3.2",
"bookshelf-validator": "^0.2.2",
"commander": "^2.9.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"dotenv": "^4.0.0",
"es6-error": "^4.0.2",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"fermata": "^0.11.0-beta1",
"fs-readfile-promise": "^3.0.0",
"github": "^9.2.0",
"google-libphonenumber": "^2.0.14",
"helmet": "^3.5.0",
"jsonwebtoken": "^7.3.0",
"knex": "^0.12.9",
"knex-cleaner": "^1.1.3",
"kue": "^0.11.5",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mysql2": "^1.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"promise": "^7.1.1",
"pug": "^2.0.0-beta11",
"require-dir": "^0.3.1",
"serve-favicon": "^2.4.2",
"strong-params": "^0.7.1",
"time": "^0.12.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-module-resolver": "^2.7.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-chai-expect": "^1.1.1",
"eslint-plugin-chai-friendly": "^0.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"factory-girl": "^4.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^5.0.0",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-tap": "^0.4.2",
"gulp-task-listing": "^1.0.1",
"gulp-ttf2eot": "^1.1.1",
"gulp-ttf2woff": "^1.1.0",
"gulp-ttf2woff2": "^2.0.2",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"main-bower-files": "^2.13.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"nock": "^9.0.13",
"nyc": "^10.2.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.1",
"sinon": "^2.1.0",
"sqlite3": "^3.1.8",
"standard-changelog": "^1.0.1",
"vinyl-fs": "^2.4.4"
},
"nyc": {
"include": [
"src/**/*.js"
],
"exclude": [
"**/*.spec.js"
],
"reporter": [
"lcov",
"text",
"html"
]
},
"eslint-pre-commit": "./bin/eslint-pre-commit.sh"
}