-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1 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
{
"name": "lutris-dashboard",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build --mode=production",
"build:stag": "vite build --mode=staging",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@vueuse/core": "^9.3.0",
"axios": "^1.1.2",
"element-plus": "^2.2.18",
"mockjs": "^1.1.0",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prettydiff": "^101.2.6",
"throttle-debounce": "^5.0.0",
"vue": "^3.2.40",
"vue-router": "4",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/node": "^18.8.5",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/compiler-sfc": "^3.0.5",
"sass": "^1.32.12",
"vite": "3.1.8",
"vite-plugin-mock": "2.9.6",
"vue-tsc": "^1.0.7"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}