-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
66 lines (66 loc) · 1.63 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": "masteringjs.io",
"devDependencies": {
"@awaitjs/express": "0.6.x",
"@google-cloud/storage": "4.3.1",
"@vue/test-utils": "1.0.5",
"acquit": "1.x",
"acquit-ignore": "0.1.x",
"acquit-require": "0.1.x",
"adm-zip": "0.4.14",
"apollo-server": "2.x",
"aws-sdk": "2.x",
"axios": "0.19.x",
"body-parser": "1.19.0",
"cheerio": "1.0.0-rc.3",
"cors": "2.8.5",
"email-validator": "2.0.4",
"escape-string-regexp": "4.0.0",
"eslint": "6.x",
"express": "~4.16",
"express-static": "1.2.6",
"feed": "4.2.2",
"form-data": "2.5.1",
"formidable": "1.2.1",
"graphql": "15.x",
"highlight.js": "9.12.0",
"http-proxy": "1.18.x",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"lodash": "4.x",
"marked": "1.1.x",
"mathjs": "5.9.x",
"mocha": "6.x",
"moment": "2.x",
"mongoose": "^5.10.6",
"mongoose-beautiful-unique-validation": "7.x",
"nightmare": "3.x",
"pug": "^2.0.4",
"puppeteer": "2.x",
"serve": "11.x",
"sinon": "^7.5.0",
"vue": "2.x",
"vue-router": "3.x",
"vue-server-renderer": "2.x",
"vue-template-compiler": "2.x",
"vuex": "3.x",
"web-vitals": "1.1.0",
"webpack": "4.32.2",
"webpack-cli": "3.3.11",
"ws": "7.x",
"yargs": "16.2.0"
},
"scripts": {
"serve": "serve .",
"server": "node ./server",
"check": "node . && serve .",
"test": "env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha examples/*.test.js"
},
"dependencies": {
"@stripe/stripe-js": "^1.13.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"firebase": "^8.6.3",
"js-yaml": "^4.1.0"
}
}