-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 829 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
{
"name": "stardew-tracker-v2",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"pinia": "^2.0.4",
"vite-plugin-package-version": "^1.0.2",
"vue": "^3.2.16",
"vue-headless-ui": "^0.0.16-alpha.1"
},
"devDependencies": {
"@iconify/vue": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/eslint-config-typescript": "^9.0.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.0.3",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vite-plugin-windicss": "^1.5.1",
"vue-tsc": "^0.3.0",
"windicss": "^3.2.1"
}
}