-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.73 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"private": true,
"name": "askanna-frontend",
"type": "module",
"scripts": {
"dev": "vite",
"dev-with-host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"format": "prettier --write src/",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@octokit/rest": "20.0.2",
"@sentry/tracing": "7.73.0",
"@sentry/vue": "7.73.0",
"@tiptap/extension-blockquote": "2.1.11",
"@tiptap/extension-bold": "2.1.11",
"@tiptap/extension-bullet-list": "2.1.11",
"@tiptap/extension-code": "2.1.11",
"@tiptap/extension-code-block-lowlight": "2.1.11",
"@tiptap/extension-document": "2.1.11",
"@tiptap/extension-dropcursor": "2.1.11",
"@tiptap/extension-gapcursor": "2.1.11",
"@tiptap/extension-hard-break": "2.1.11",
"@tiptap/extension-heading": "2.1.11",
"@tiptap/extension-highlight": "2.1.11",
"@tiptap/extension-history": "2.1.11",
"@tiptap/extension-horizontal-rule": "2.1.11",
"@tiptap/extension-italic": "2.1.11",
"@tiptap/extension-link": "2.1.11",
"@tiptap/extension-list-item": "2.1.11",
"@tiptap/extension-ordered-list": "2.1.11",
"@tiptap/extension-paragraph": "2.1.11",
"@tiptap/extension-strike": "2.1.11",
"@tiptap/extension-task-item": "2.1.11",
"@tiptap/extension-task-list": "2.1.11",
"@tiptap/extension-text": "2.1.11",
"@tiptap/extension-typography": "2.1.11",
"@tiptap/extension-underline": "2.1.11",
"@tiptap/vue-3": "2.1.11",
"@vueuse/core": "10.4.1",
"ansi_up": "6.0.2",
"axios": "1.5.1",
"blueimp-canvas-to-blob": "3.29.0",
"cronstrue": "2.32.0",
"d3": "7.8.5",
"dayjs": "1.11.10",
"dompurify": "3.0.6",
"file-saver": "2.0.5",
"gsap": "3.12.2",
"highlight.js": "11.8.0",
"lodash": "4.17.21",
"lowlight": "3.0.0",
"marked": "9.0.3",
"marked-admonition-extension": "0.0.4",
"marked-emoji": "1.2.4",
"marked-gfm-heading-id": "3.1.0",
"marked-smartypants": "1.1.3",
"marked-xhtml": "1.0.6",
"numeral": "2.0.6",
"papaparse": "5.4.1",
"pdfobject": "2.2.12",
"pinia": "2.1.6",
"prismjs": "1.29.0",
"vue": "3.3.4",
"vue-file-agent": "1.7.3",
"vue-router": "4.2.5",
"vuetify": "3.3.19",
"xlsx": "0.18.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@fortawesome/fontawesome-free": "6.4.2",
"@mdi/font": "7.2.96",
"@rushstack/eslint-patch": "1.5.1",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@types/d3": "7.4.1",
"@types/jest": "29.5.5",
"@types/js-yaml": "4.0.6",
"@types/lodash": "4.14.199",
"@types/marked": "5.0.2",
"@types/node": "20.8.2",
"@types/numeral": "2.0.3",
"@types/papaparse": "5.3.9",
"@types/pdfobject": "2.2.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.16",
"cross-env": "7.0.3",
"eslint": "8.50.0",
"eslint-plugin-vue": "9.17.0",
"js-yaml": "4.1.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"sass": "1.68.0",
"sass-loader": "13.3.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-html-config": "1.0.11",
"vite-plugin-pwa": "0.16.5",
"vite-plugin-vuetify": "1.0.2",
"vue-tsc": "1.8.15"
}
}