-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 965 Bytes
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
{
"name": "web-accessibility-plugin",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hypn0ticXD/web-accessibility-plugin.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hypn0ticXD/web-accessibility-plugin/issues"
},
"homepage": "https://github.com/Hypn0ticXD/web-accessibility-plugin#readme",
"devDependencies": {
"@crxjs/vite-plugin": "^2.4.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/chrome": "^0.1.38",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vue-tsc": "^3.2.6"
},
"dependencies": {
"pinia": "^3.0.4",
"vue": "^3.5.31"
}
}