forked from dullage/flatnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 831 Bytes
/
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
{
"name": "flatnotes",
"version": "4.0.2",
"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": "parcel build client/index.html --out-dir client/dist",
"watch": "parcel client/index.html --out-dir client/dist"
},
"author": "Adam Dullage",
"license": "MIT",
"devDependencies": {
"@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0",
"@toast-ui/vue-editor": "3.2.2",
"@vue/component-compiler-utils": "3.3.0",
"axios": "1.3.2",
"bootstrap-vue": "2.23.1",
"mousetrap": "1.6.5",
"parcel-bundler": "1.12.5",
"sass": "1.58.0",
"vue-hot-reload-api": "2.3.4",
"vue-template-compiler": "2.7.14"
}
}