-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mnml-new-tab",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vueup/vue-quill": "^1.0.0-beta.7",
"autosize": "^4.0.2",
"core-js": "^3.6.5",
"date-fns": "^1.30.1",
"firebase": "^9.8.2",
"gh-pages": "^2.2.0",
"nanoid": "^3.1.31",
"normalize.css": "^8.0.1",
"reflect-metadata": "^0.1.13",
"ts-debounce": "^1.0.0",
"vue": "^3.2.26",
"vue-foldable": "^1.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/chrome": "^0.0.173",
"@types/nanoid": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.0.0-beta.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^8.2.0",
"husky": ">=6",
"lint-staged": ">=10",
"node-sass": "^7.0.0",
"prettier": "^2.5.1",
"sass-loader": "^10.1.1",
"typescript": "~4.5.5",
"vue-tsc": "^0.30.1"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
],
"*.js": "eslint --cache --fix"
},
"resolutions": {}
}