-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 3.78 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
{
"name": "DebateWithData",
"description": "A Vue.js project",
"version": "0.10.0",
"author": "Max Bogue <[email protected]>",
"license": "AGPL-3.0+",
"private": true,
"scripts": {
"dev": "node bin/dev-server.js",
"build": "NODE_ENV=production webpack -p --progress --hide-modules",
"prod": "NODE_ENV=production node build/main.js",
"test": "mochapack \"test/**/*.js\"",
"lint": "./bin/lint; exit 0;",
"lint-all": "./bin/lint all; exit 0;",
"lint-precommit": "./bin/lint staged"
},
"precommit": {
"run": [
"lint-precommit",
"test"
],
"silent": true
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"blake2": "^2.0.1",
"body-parser": "^1.19.0",
"chart.js": "^2.8.0",
"config": "^3.2.2",
"cookie-session": "^2.0.0-beta.3",
"dashify": "^2.0.0",
"dateformat": "^3.0.3",
"elasticlunr": "^0.9.5",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"knex": "^0.19.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"nodemailer": "^6.3.0",
"normalize.css": "^8.0.1",
"on-finished": "^2.3.0",
"on-headers": "^1.0.2",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"pg-query-stream": "^2.0.0",
"properties": "^1.2.1",
"sequelize": "^5.10.1",
"systemd": "^0.3.1",
"text-diff": "^1.0.1",
"url-search-params": "^1.1.0",
"validate.js": "^0.13.1",
"vue": "^2.6.10",
"vue-clickaway": "^2.2.2",
"vue-meta": "^2.0.5",
"vue-router": "^3.0.7",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@types/bluebird": "^3.5.27",
"@types/config": "0.0.34",
"@types/express": "^4.17.0",
"@types/js-cookie": "^2.2.2",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.136",
"@types/nodemailer": "^6.2.0",
"@types/validator": "^10.11.1",
"@vue/test-utils": "^1.0.0-beta.29",
"acorn": "^6.2.1",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"css-loader": "^3.1.0",
"env-test": "^1.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-simple-import-sort": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.1.0",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"liftoff": "^3.1.0",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.0",
"mocha": "^6.2.0",
"mochapack": "^1.1.2",
"pre-commit": "^1.2.2",
"prettier": "^1.18.2",
"progress": "^2.0.3",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"sequelize-cli": "^5.5.0",
"sinon": "^7.3.2",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-property-sort-order-smacss": "^5.0.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-processor-html": "^1.0.0",
"stylelint-scss": "^3.9.2",
"supertest": "^4.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
}
}