-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"dependencies": {
"ajv": "^6.12.6",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"kiss-orm": "^2.0.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.16",
"pg": "^8.5.1",
"pg-format": "^1.0.4",
"pg-pool": "^3.2.2",
"uuid": "^7.0.3"
},
"devDependencies": {
"@types/dompurify": "^2.0.4",
"@types/express": "^4.17.9",
"@types/firefox-webext-browser": "^70.0.1",
"@types/jasmine": "^3.6.2",
"@types/node": "^11.15.38",
"@types/node-fetch": "^2.5.7",
"@types/nodemailer": "^6.4.0",
"@types/pg": "^7.14.7",
"@types/pg-format": "^1.0.1",
"@types/pg-pool": "^2.0.2",
"@types/quoted-printable": "^0.2.2",
"@types/uuid": "^7.0.4",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^3.6.0",
"cypress": "^4.12.1",
"dompurify": "^2.2.2",
"jasmine": "^3.6.3",
"jasmine-fail-fast": "^2.0.1",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^1.19.4",
"quoted-printable": "^1.0.1",
"ts-debounce": "^1.0.0",
"ts-loader": "^5.4.5",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.5",
"vue-smooth-dnd": "^0.8.1",
"vue-template-compiler": "^2.6.12",
"web-ext": "^5.4.1",
"webextension-polyfill": "^0.6.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}