-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "MkDown",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"commit": "cz"
},
"dependencies": {
"@mdi/js": "^5.7.55",
"codemirror": "^5.62.2",
"file-saver": "2.0.5",
"highlight.js": "11.2.0",
"localforage": "^1.9.0",
"lodash.camelcase": "^4.3.0",
"nanoid": "^3.1.23",
"showdown": "^1.9.1",
"tippy.js": "^6.3.1",
"vue": "3.1.5",
"vue-mdijs": "0.5.12",
"vue-router": "4.0.10",
"vuex": "4.0.2",
"xss": "^1.0.9"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.1.5",
"autoprefixer": "^10.4.6",
"babel-eslint": "^10.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier-vue": "3.1.0",
"eslint-plugin-vue": "7.15.0",
"postcss": "8.3.6",
"postcss-nested": "^5.0.6",
"prettier": "2.3.2",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "2.2.7",
"vite": "2.4.4",
"vite-plugin-pwa": "0.11.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}