-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vue3-ts-vite-router-tailwindcss",
"version": "3.0.0",
"main": "index.html",
"scripts": {
"dev": "vite --host --port 8888",
"build": "run-p type-check build-only",
"preview": "vite preview --port 8888",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"deploy": "npm run build && gh-pages -d docs"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^12.3.0",
"axios": "1.6.8",
"badge-maker": "^3.3.1",
"clipboard": "^2.0.11",
"crypto-js": "4.2.0",
"element-plus": "^2.3.7",
"file-saver": "^2.0.5",
"highlight.js": "^11.7.0",
"lodash": "^4.17.21",
"marked": "^9.1.1",
"mathjax": "^3.2.2",
"openai": "^3.2.1",
"smooth-scroll": "^16.1.3",
"unplugin-auto-import": "^0.16.6",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@types/file-saver": "^2.0.5",
"@types/katex": "^0.16.0",
"@types/lodash": "^4.17.13",
"@types/node": "^18.19.64",
"@types/smooth-scroll": "^16.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.12",
"gh-pages": "^6.2.0",
"npm-run-all": "^4.1.5",
"postcss": "8.4.38",
"prettier": "^3.0.2",
"tailwindcss": "^3.2.1",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
}