-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.92 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
{
"name": "4thought",
"version": "1.0.0",
"description": "## Features",
"scripts": {
"start": "node dist/app.js",
"devBuild": "webpack --env WEBPACK_MODE=development",
"build": "tsc && echo Typescript Built && webpack --env WEBPACK_MODE=production && echo Webpack Complete",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinmarr/Text-Editor-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tinmarr/Text-Editor-App/issues"
},
"homepage": "https://github.com/tinmarr/Text-Editor-App#readme",
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cookie-session": "^2.0.42",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11",
"@types/express-flash": "0.0.2",
"@types/jquery": "^3.5.5",
"@types/jqueryui": "^1.12.15",
"@types/katex": "^0.11.0",
"@types/pg": "^8.6.0",
"@types/pug": "^2.0.4",
"@types/quill": "^2.0.6",
"@types/sortablejs": "^1.10.6",
"typescript": "^4.3.0-dev.20210426",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"bootstrap": "^5.0.0-beta3",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"dotenv": "^10.0.0",
"express": "^5.0.0-alpha.8",
"express-flash": "0.0.2",
"katex": "^0.13.3",
"mathquill": "^0.10.1-a",
"mathquill4quill": "^2.2.0",
"pg": "^8.6.0",
"pug": "^3.0.2",
"quill": "^1.3.7",
"quill-blot-formatter": "^1.0.5",
"quill-image-compress": "^1.2.15",
"quill-magic-url": "^3.0.2",
"quilljs-markdown": "^1.1.4",
"sortablejs": "^1.13.0"
}
}