-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
66 lines (66 loc) · 1.65 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
{
"name": "thecodebarbarian.com",
"version": "0.0.0",
"description": "www.thecodebarbarian.com",
"main": "index.js",
"scripts": {
"compile": "node .",
"deploy": "git subtree push --prefix bin . gh-pages && git push origin gh-pages",
"test": "mocha test/*.test.js",
"start": "node ./server.js",
"serve": "serve ./bin"
},
"engines": {
"node": ">= 8.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/thecodebarbarian.com.git"
},
"author": "Valeri Karpov",
"license": "AGPL",
"bugs": {
"url": "https://github.com/vkarpov15/thecodebarbarian.com/issues"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/inside": "^5.0.0",
"acquit": "1.x",
"acquit-ignore": "0.1.x",
"acquit-require": "0.1.x",
"adm-zip": "^0.4.16",
"axios": "^0.19.2",
"commander": "2.3.0",
"epub-gen": "^0.1.0",
"feed": "0.2.6",
"file": "0.2.2",
"forever": "0.13.0",
"highlight.js": "9.1.0",
"inline-css": "^2.6.3",
"mailgun-js": "^0.22.0",
"marked": "0.8.0",
"moment": "2.11.2",
"node-static": "0.7.3",
"pdf-lib": "^1.4.1",
"pug": "2.0.4",
"puppeteer": "1.19.0",
"semver": "^7.1.3",
"slack": "^11.0.2",
"tao-js": "^0.4.0",
"vue": "^2.6.11",
"vue-server-renderer": "^2.6.11",
"yargs": "^15.4.1"
},
"devDependencies": {
"fastify": "1.8.0",
"mocha": "5.2.0",
"mongoose": "7.x",
"react": "16.x",
"react-dom": "16.x",
"redux": "4.0.0",
"redux-thunk": "2.3.0",
"serve": "^11.2.0",
"superagent": "3.8.3"
},
"homepage": "https://github.com/vkarpov15/thecodebarbarian.com"
}