-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.29 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
{
"name": "node.starter.project",
"version": "1.0.0",
"description": "Node Starter Project",
"main": "./dist/app/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^3.2.2",
"aws-sdk": "^2.67.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"config": "^1.28.1",
"css-loader": "^0.28.7",
"cuid": "^1.3.8",
"dtrace-provider": "^0.8.1",
"express": "^4.15.2",
"express-routes-versioning": "^1.0.0",
"express-validator": "^4.2.1",
"guid": "0.0.12",
"helmet": "^3.6.1",
"jsonwebtoken": "^7.4.1",
"ldapjs": "^1.0.1",
"lodash": "^4.17.4",
"moment-timezone": "^0.5.13",
"mysql": "^2.13.0",
"promise-mysql": "^3.0.1",
"react": "^16.1.1",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.1.1",
"simple-encryptor": "^1.1.0",
"style-loader": "^0.19.0",
"webpack": "^4.16.3",
"webpack-dev-server": "^3.1.14",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
"chai": "^4.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"mocha-jenkins-reporter": "^0.4.1",
"nyc": "^11.3.0",
"sinon": "^2.3.2",
"webpack-cli": "^3.1.0",
"yargs": "^8.0.1"
},
"engine": "node 9.11.1",
"scripts": {
"test": "mocha --recursive",
"cover": "nyc --reporter=lcov --reporter=text-lcov npm test",
"dev": "webpack-dev-server --hot",
"build-prod": "webpack --mode production",
"build-dev": "webpack --mode development",
"lint": "eslint server/**"
},
"repository": {
"type": "git",
"url": "[email protected]:sandman45/fighter-pilot.git"
},
"author": "Matthew W. Sanders",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandman45/fighter-pilot/issues"
},
"homepage": "https://github.com/sandman45/fighter-pilot/README.md"
}