-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1015 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
32
33
34
35
36
37
38
39
40
{
"name": "pushdeer-crx",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@fingerprintjs/fingerprintjs": "^3.3.3",
"axios": "^0.26.1",
"dayjs": "^1.11.0",
"element-plus": "^2.1.7",
"firebase": "^9.6.11",
"md5": "^2.3.0",
"mitt": "^3.0.0",
"pinia": "^2.0.12",
"vue": "^3.2.31"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@types/chrome": "0.0.180",
"@types/md5": "^2.3.2",
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.4",
"autoprefixer": "^10.4.2",
"less": "^4.1.2",
"postcss": "^8.4.8",
"rollup-plugin-copy": "^3.4.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.6",
"vue-router": "^4.0.14",
"vue-tsc": "^0.32.1"
}
}