forked from pachno/pachno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.44 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
{
"name": "pachno",
"version": "0.8",
"description": "Pachno is a friendly project management and issue tracking tool",
"private": true,
"directories": {
"test": "tests"
},
"dependencies": {
"@editorjs/codemirror": "github:alexiej/editorjs-codemirror",
"@editorjs/underline": "^1.0.0",
"air-datepicker": "^2.2.3",
"dayjs": "^1.10.5",
"debounce": "^1.2.0",
"easymde": "^2.14.0",
"editorjs-alert": "^1.0.3",
"generation-passwordjs": "^1.0.0",
"highlight.js": "^11.0.1",
"interactjs": "^1.10.3",
"jquery": "^3.5.1",
"simplebar": "^5.3.0",
"style-loader": "^1.3.0",
"throttle-debounce": "^3.0.1",
"trix": "^1.3.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.6.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.19.1",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.0",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.3.1",
"@editorjs/list": "^1.6.2",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/table": "^1.3.0",
"@editorjs/warning": "^1.2.0",
"@groupher/editor-mention": "^1.0.4",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"editorjs-hyperlink": "^1.0.6",
"editorjs-table": "^1.4.9",
"editorjs-undo": "^0.1.4",
"eslint": "^7.20.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"grunt": "^1.3.0",
"grunt-sass": "^3.0.2",
"html-loader": "^1.3.2",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^6.0.1",
"postcss-cli": "^8.3.1",
"postcss-loader": "^5.2.0",
"sass-loader": "^12.1.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"css:build": "node-sass --source-map true --include-path themes/oxygen/scss themes/oxygen/scss/main.scss themes/oxygen/css/theme.css",
"css:watch": "node-sass --source-map true --watch --include-path themes/oxygen/scss themes/oxygen/scss/main.scss themes/oxygen/css/theme.css"
},
"repository": {
"type": "git",
"url": "[email protected]:pachno/pachno.git"
},
"author": {
"name": "Daniel Andre Eikeland",
"email": "[email protected]"
},
"license": "MPL-2.0"
}