-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
51
52
53
54
{
"name": "douban-books-to-notion",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"*.{vue,ts,tsx,cts,mts}": "bash -c vue-tsc --project ./tsconfig.json",
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
"*.{vue,js,ts,cjs,mjs,json,md}": "prettier --write"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@notionhq/client": "^2.2.3",
"cheerio": "1.0.0-rc.12",
"idb-keyval": "^6.2.0",
"vue": "^3.2.45",
"vue-router": "4"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.13",
"@semantic-release/git": "^10.0.1",
"@types/chrome": "^0.0.218",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"cz-git": "^1.5.3",
"eslint": "^8.35.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"semantic-release": "^20.1.3",
"semantic-release-chrome": "^3.2.0",
"tailwindcss": "^3.2.7",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.2.0"
}
}