-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "workflowy-multiflow",
"description": "Multi-column view for WorkFlowy",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint --fix"
},
"dependencies": {
"@types/chrome": "^0.0.268",
"@types/lodash": "^4.17.5",
"bus": "npm:@davestewart/extension-bus",
"chrome-types": "^0.1.286",
"lodash": "^4.17.21",
"vue": "^3.4.0",
"vue-slicksort": "^2.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@vitejs/plugin-vue": "^5.0.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"sass": "^1.77.4",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27",
"wxt": "^0.18.4"
}
}