forked from dstroot/bootstrap4-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.48 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": "9.x.x"
},
"dependencies": {
"animate.css": "^3.5.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"chalk": "^2.3.0",
"chart.js": "^2.7.1",
"compression": "^1.7.1",
"csurf": "^1.9.0",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-sslify": "^1.1.0",
"express-validator": "^4.3.0",
"helmet": "^3.9.0",
"holder": "0.0.0",
"holderjs": "^2.9.4",
"jquery": "^3.3.0",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"normalize.css": "^7.0.0",
"numeral": "^2.0.6",
"popper.js": "^1.12.9",
"pug": "^2.0.0-beta6",
"semver": "^5.5.0",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"ajv": "^5.5.2",
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"clean-webpack-plugin": "^0.1.17",
"coveralls": "^3.0.0",
"css-mqpacker": "^6.0.2",
"csslint-stylish": "0.0.6",
"cssnano": "^4.0.0-rc.2",
"del": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.5.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.63.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^4.0.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.8.9",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "~3.8.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"gulp-nodemon": "^2.1.0",
"gulp-open": "^2.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-strip-line": "0.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.6",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"postcss-loader": "^2.0.10",
"prettier": "^1.10.2",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.6",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"webpack": "^3.10.0",
"webpack-module-hot-accept": "^1.0.5"
}
}