-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.81 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
{
"name": "fluxblog-api",
"version": "1.0.0",
"description": "Community-driven public API used to create blogs without backend.",
"main": "dist/index.js",
"scripts": {
"start": "node ./bin/www",
"lint": "eslint \"src/**/*.+(ts|js)\"",
"test": "yarn run lint && yarn build && yarn start",
"build": "webpack --config config/node.js",
"tsdev": "ts-node bin/dev.ts"
},
"author": "Riichi_Rusdiana#6815",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@types/axios": "^0.14.0",
"@types/better-sqlite3": "3.1.3",
"@types/btoa": "^1.2.3",
"@types/lodash": "^4.14.144",
"@types/node": "^12.0.0",
"@types/node-fetch": "^2.5.2",
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.15",
"@types/passport": "^1.0.1",
"@types/passport-discord": "^0.1.3",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.5",
"@types/ejs": "^2.6.3",
"@types/http-errors": "^1.6.2",
"@types/jquery": "^3.3.31",
"@types/mongoose": "^5.5.23",
"@types/morgan": "^1.7.37",
"@types/node-sass-middleware": "^0.0.31",
"@types/string-template": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"chalk": "^2.4.2",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"gulp": "^4.0.1",
"gulp-typescript": "^5.0.1",
"jest": "^24.9.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"json-filter-loader": "^1.0.0",
"mocha": "^6.1.4",
"mongodb-memory-server": "^6.0.1",
"ora": "^3.4.0",
"rimraf": "^2.6.3",
"ts-loader": "^5.4.5",
"ts-mongoose": "^0.0.21",
"typescript": "^3.6.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"app-root-path": "^2.2.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.4.1",
"bootswatch": "^4.3.1",
"bootswatch-sass": "^3.2.0",
"btoa": "^1.2.1",
"dotenv": "^8.2.0",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
"tooltip.js": "^1.3.3",
"cross-env": "^6.0.3",
"lodash": "^4.17.15",
"better-sqlite3": "^5.4.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"http-errors": "~1.6.3",
"morgan": "^1.9.1",
"mongoose": "^5.7.7",
"node-sass-middleware": "^0.11.0",
"node-fetch": "^2.6.0",
"querystring": "^0.2.0",
"ts-mongoose": "^0.0.21"
}
}