forked from Uninen/vite-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 893 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
{
"name": "super-tool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.9.0",
"@videojs-player/vue": "^1.0.0",
"@vitejs/plugin-legacy": "^5.4.3",
"axios": "^1.7.7",
"element-plus": "^2.8.7",
"eslint": "^9.14.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lamejs": "^1.2.1",
"marked": "^14.1.3",
"video.js": "^8.19.1",
"vue": "^3.5.12",
"vue-masonry": "^0.16.0",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"sass-embedded": "^1.80.6",
"typescript": "^5.6.2",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}