-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.64 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
53
54
{
"name": "os-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite --port 8080",
"build": "vue-tsc --noEmit && cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"algoliasearch": "4.14.2",
"apexcharts": "3.35.5",
"axios": "^1.3.6",
"ethers": "^6.3.0",
"feather-icons": "4.29.0",
"firebase": "^9.22.0",
"pinia": "2.0.20",
"v-calendar": "3.0.0-alpha.8",
"vite-plugin-vuetify": "^1.0.2",
"vue": "3.2.37",
"vue-activity-calendar": "^1.2.2",
"vue-axios": "^3.5.2",
"vue-feather": "2.0.0",
"vue-i18n": "^9.2.2",
"vue-instantsearch": "4.4.2",
"vue-router": "4.1.4",
"vue-spinner": "^1.0.4",
"vue3-apexcharts": "1.4.1",
"vue3-perfect-scrollbar": "1.6.0",
"vuetify": "3.0.1"
},
"devDependencies": {
"@mdi/font": "6.9.96",
"@rushstack/eslint-patch": "1.1.4",
"@types/node": "16.11.56",
"@vitejs/plugin-vue": "2.3.4",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "10.0.0",
"@vue/tsconfig": "0.1.3",
"@vuetify/vite-plugin": "1.0.0-alpha.3",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint-plugin-vue": "8.7.1",
"prettier": "2.7.1",
"sass": "1.54.5",
"sass-loader": "10.3.1",
"typescript": "~4.5.5",
"vite": "2.9.15",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-tsc": "0.31.4",
"vuetify-loader": "2.0.0-alpha.9"
}
}