-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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": "spikeadmin",
"version": "1.4.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && 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",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
"@tiptap/vue-3": "2.0.0-beta.220",
"apexcharts": "3.40.0",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"maska": "^1.5.0",
"pinia": "2.0.11",
"vite-plugin-vuetify": "1.0.2",
"vue": "3.2.31",
"vue-router": "4.0.12",
"vue-scrollto": "^2.20.0",
"vue-tabler-icons": "2.9.0",
"vue3-apexcharts": "1.4.1",
"vue3-perfect-scrollbar": "^1.6.1",
"vuetify": "3.3.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@mdi/font": "^6.5.95",
"@rushstack/eslint-patch": "^1.1.0",
"@types/chance": "^1.1.3",
"@types/node": "^16.11.25",
"@vitejs/plugin-vue": "4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"esbuild": "^0.17.5",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"gh-pages": "^6.2.0",
"prettier": "^2.5.1",
"sass": "1.49.9",
"sass-loader": "^10.0.0",
"typescript": "~4.5.5",
"vite": "4.4.9",
"vue-cli-plugin-vuetify": "2.5.5",
"vue-tsc": "1.0.3"
}
}