-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.01 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
{
"name": "ez_bookmarks",
"description": "无压的浏览器书签管理插件",
"keywords": [
"ezbookmark",
"svelte",
"cloudbase",
"vite",
"chrome",
"extension"
],
"author": "NMTuan",
"license": "MIT",
"homepage": "https://github.com/NMTuan/ezBookmarks",
"private": true,
"version": "1.1.0",
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "css,js,json,svelte,html",
"runOnChangeOnly": false
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"watch": "npm-watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"autoprefixer": "^10.4.7",
"npm-watch": "^0.11.0",
"postcss": "^8.4.13",
"svelte": "^3.44.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.7",
"vite-plugin-chrome-extension": "^0.0.7"
},
"dependencies": {
"@cloudbase/js-sdk": "^1.7.2",
"svelte-spa-router": "^3.2.0",
"throttle-debounce": "^5.0.0"
}
}