-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 853 Bytes
/
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
{
"name": "notiondipity_extension",
"version": "0.5.0",
"description": "",
"type": "module",
"scripts": {
"build-prod": "MODE=production vite build",
"build-dev": "MODE=development vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/chrome": "^0.0.235",
"@types/node": "^20.1.2",
"typescript": "^5.0.2",
"vite-plugin-web-extension": "^3.0.7",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/tsconfig": "^0.4.0",
"convert-manifest-format": "^0.4.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"vite": "^4.2.2",
"vite-plugin-environment": "^1.1.3",
"vue-tsc": "^1.2.0"
}
}