-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "flatnotes",
"version": "5.3.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.7.2",
"mousetrap": "1.6.5",
"pinia": "2.1.7",
"primevue": "3.53.0",
"vue": "3.4.33",
"vue-router": "4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.5",
"autoprefixer": "10.4.19",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.6",
"vite": "5.3.4"
}
}