forked from dullage/flatnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "flatnotes",
"version": "5.5.1",
"type": "module",
"description": "A database-less note taking web app that utilises a flat folder of markdown files for storage.",
"main": "client/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"watch": "vite build --watch",
"dev": "vite"
},
"author": "Adam Dullage",
"license": "MIT",
"dependencies": {
"@jamescoyle/vue-icon": "0.1.2",
"@mdi/js": "7.4.47",
"@mdi/light-js": "0.2.63",
"@toast-ui/editor": "3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0",
"axios": "1.8.4",
"mousetrap": "1.6.5",
"pinia": "2.3.1",
"primevue": "3.53.1",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"autoprefixer": "10.4.21",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.11",
"sass-embedded": "1.86.1",
"tailwindcss": "3.4.17",
"vite": "6.2.4"
}
}