-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "rowarlock-offical",
"version": "0.0.1",
"private": true,
"author": "Nate Feng",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.3.67",
"@popperjs/core": "^2.11.8",
"axios": "^1.6.2",
"core-js": "^3.34.0",
"date-and-time": "^3.0.3",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"uuid": "^9.0.1",
"v-calendar": "^3.0.3",
"vue": "^3.3.10",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.5",
"vuetify": "^3.4.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/types": "^7.23.5",
"@fortawesome/fontawesome-free": "^6.5.1",
"@rushstack/eslint-patch": "^1.6.0",
"@types/node": "^20.10.4",
"@types/uuid": "^9.0.7",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.25"
}
}