-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
126 lines (126 loc) · 3.47 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
{
"private": true,
"version": "0.0.1",
"name": "TPG",
"company": "Tax Products Group",
"description": "Get your tax refund faster and easier.",
"author": "Tax Products Group",
"keywords": [
"tax",
"refund"
],
"homepage": "https://www.turbotaxpayments.com/",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"contributors": "",
"licenses": [
{
"type": "",
"url": ""
}
],
"scripts": {
"start": "node ./server/bin/www",
"webpack": "webpack",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"build": "gulp",
"test": "mocha",
"send-coverage": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "eslint ./server/**/*.js",
"flow": "flow",
"prettier": "prettier --single-quote --trailing-comma es5 --write './server/**/*.js'"
},
"engines": {
"node": "10.x.x"
},
"dependencies": {
"animate.css": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"chalk": "^2.4.2",
"chart.js": "^2.8.0",
"compression": "^1.7.4",
"csurf": "^1.10.0",
"debug": "^4.1.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.16.2",
"express-sslify": "^1.2.0",
"express-validator": "^6.1.1",
"helmet": "^3.18.0",
"holder": "0.0.0",
"holderjs": "^2.9.6",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"popper.js": "^1.15.0",
"pug": "^2.0.4",
"semver": "^6.2.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"ajv": "^6.10.1",
"autoprefixer": "^9.6.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.0.5",
"css-mqpacker": "^7.0.0",
"csslint-stylish": "0.0.6",
"cssnano": "^4.1.10",
"del": "^5.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-compat": "^3.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.102.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-footer": "^2.0.2",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^6.0.0",
"gulp-livereload": "~4.0.1",
"gulp-load-plugins": "^2.0.0",
"gulp-mocha": "^6.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-open": "^3.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-line": "0.0.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"run-sequence": "^2.2.1",
"sass-loader": "^7.1.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"webpack": "^4.35.3",
"webpack-module-hot-accept": "^1.0.5"
}
}