-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "express-es6-starter",
"version": "1.0.0",
"description": "Express Starter Kit",
"author": "Tunglx",
"license": "Leading BOT",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"build:watch": "webpack --watch",
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
"quality": "yarn lint-js; yarn lint-css; yarn test"
},
"dependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-preset-babili": "^0.0.11",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.1",
"body-parser": "^1.8.4",
"cookie-parser": "^1.3.5",
"css-loader": "^0.26.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"eslint": "^3.15.0",
"express": "^4.9.8",
"file-loader": "^0.11.1",
"locus": "^2.0.1",
"lodash": "^4.17.4",
"mongoose": "^4.11.3",
"morgan": "^1.3.2",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"pg": "^6.1.5",
"request": "^2.79.0",
"serve-favicon": "^2.1.7",
"style-loader": "^0.13.1",
"uglify-loader": "^1.4.0",
"url-loader": "^0.5.8"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"chai": "^3.5.0",
"eslint-config-metalab": "^5.0.1",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"mocha": "^3.2.0"
}
}