-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.43 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
{
"name": "website",
"version": "0.14.27",
"description": "website",
"main": "server.js",
"author": {
"name": "Jan Blaha"
},
"scripts": {
"start": "set DEBUG=jsreport&&node -r source-map-support/register server.js",
"watch": "concurrently \"tsc -w\" \"parcel src/public/payments/*.html -d dist/public\" ",
"build": "tsc&&parcel build src/public/payments/*.html -d dist/public",
"test": "set DEBUG=jsreport&&mocha -r ts-node/register test/**/*.ts --timeout 20000"
},
"standard": {
"envs": [
"browser",
"node",
"mocha"
]
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/polyfill": "7.4.4",
"@stripe/react-stripe-js": "1.1.2",
"@stripe/stripe-js": "1.8.0",
"@types/braintree": "2.20.0",
"@types/express": "4.17.1",
"@types/mocha": "5.2.7",
"@types/mongodb": "3.3.6",
"@types/node": "12.11.7",
"concurrently": "5.0.0",
"decompress": "^4.2.1",
"eslint": "8.27.0",
"grunt": "1.1.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "4.0.1",
"mocha": "6.2.1",
"react-modal": "3.16.1",
"parcel-bundler": "1.12.3",
"react": "16.9.0",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.9.0",
"react-router-dom": "5.0.1",
"should": "13.2.3",
"standard": "17.0.0",
"stream-to-array": "2.3.0",
"ts-node": "10.0.0",
"ts-standard": "12.0.1",
"typescript": "4.3.4"
},
"dependencies": {
"archiver": "5.1.0",
"axios": "0.19.0",
"bluebird": "3.7.1",
"body-parser": "1.13.2",
"cheerio": "1.0.0-rc.10",
"debug": "4.1.1",
"dotenv": "8.1.0",
"express": "3.4.8",
"express-basic-auth": "1.2.0",
"express-rate-limit": "5.0.0",
"express3-handlebars": "0.5.0",
"filesaver.js-npm": "1.0.1",
"fs-extra": "10.0.0",
"iconv-lite": "0.6.2",
"isomorphic-git": "1.8.3",
"jsreport-client": "1.0.2",
"marked": "0.3.1",
"mjml": "4.13.0",
"moment": "2.24.0",
"mongodb": "3.3.1",
"multer": "0.1.6",
"nanoid": "2.1.0",
"poet": "1.0.0-rc4",
"prism-languages": "0.3.3",
"prismjs": "1.6.0",
"reap2": "1.0.1",
"rimraf": "^3.0.2",
"@sendgrid/mail": "7.7.0",
"source-map-support": "0.5.13",
"stripe": "8.81.0",
"unescape": "1.0.1",
"uuid": "3.3.3",
"validate-vat": "0.9.0",
"version-sort": "0.1.1",
"winston": "3.2.1",
"winston-loggly-bulk": "3.0.1",
"winston-transport": "4.3.0"
}
}