-
-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
58 lines (58 loc) · 1.75 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21",
"cross-env": "^7.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@nesk/puphpeteer": "^2.0.0",
"animate.css": "^4.1.1",
"bootstrap-material-design": "4.1.2",
"chart.js": "^2.8",
"cleanup-loader": "^1.0.0",
"clipboard": "^2.0",
"codemirror": "^5.58",
"dompurify": "^2.0",
"github-markdown-css": "^5.0.0",
"highlight.js": "^11.2.0",
"ignore-emit-webpack-plugin": "^2.0.6",
"ignore-loader": "^0.1.2",
"jquery": "^3.3",
"jquery-datetimepicker": "^2.5",
"marked": "^0.7.0",
"mathjax": "^2.7",
"medium-zoom": "^1.0.6",
"monaco-editor": "0.25.2",
"monaco-editor-webpack-plugin": "4.0.0",
"noj-monaco-themes": "^1.0",
"pagedjs": "^0.2.0",
"parazoom": "^1.0.0",
"pdfobject": "^2.1",
"perfect-scrollbar": "^1.4",
"popper.js": "^1.5",
"simplemde": "^1.11",
"sortablejs": "^1.14.0",
"vscode-oniguruma": "1.3.0",
"vscode-textmate": "5.1.1",
"wasm-loader": "^1.3.0"
}
}