forked from Kholid060/MkDown2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "Asimov",
"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.61.1",
"file-saver": "^2.0.2",
"highlight.js": "^11.0.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.0.11",
"vue-mdijs": "^0.5.0",
"vue-router": "^4.0.8",
"vuex": "^4.0.1"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier-vue": "^3.0.0-alpha.2",
"eslint-plugin-vue": "^7.10.0",
"postcss": "^8.3.0",
"postcss-nested": "^5.0.5",
"prettier": "^2.3.0",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^2.1.1",
"vite": "^2.3.5",
"vite-plugin-pwa": "^0.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}