-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Snapcode",
"version": "2.3.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"commit": "cz"
},
"dependencies": {
"@mdi/js": "^6.1.95",
"@vuex-orm/core": "^0.36.4",
"codemirror": "5.63.1",
"dayjs": "1.10.7",
"deepmerge": "^4.2.2",
"firebase-auth-lite": "^0.8.9",
"nanoid": "3.3.4",
"switch-theme": "0.3.0",
"tiny-emitter": "^2.1.0",
"tippy.js": "6.3.1",
"vue": "3.2.39",
"vue-mdijs": "^0.5.12",
"vue-router": "^4.1.5",
"vue-toastification": "^2.0.0-rc.1",
"vuex": "^4.0.2",
"vuex-orm-localforage": "^0.3.2"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.5",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/compiler-sfc": "^3.2.4",
"autoprefixer": "^10.4.7",
"babel-eslint": "^10.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.6",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"vite": "^2.9.1",
"vite-plugin-pwa": "^0.8.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}