-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
38 lines (38 loc) · 974 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
32
33
34
35
36
37
38
{
"name": "admin-panel",
"version": "0.0.1",
"author": {
"name": "Nur Muhammad",
"website": "ngekoding.github.io"
},
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.0.1",
"@iconify/iconify": "^2.0.4",
"@vueuse/core": "^6.0.0",
"highlight.js": "^11.2.0",
"vue": "^3.0.5",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.402",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.2.11",
"autoprefixer": "^10.3.1",
"husky": "^7.0.1",
"postcss": "^8.3.6",
"rollup-plugin-visualizer": "^5.5.2",
"tailwindcss": "^2.2.7",
"unplugin-icons": "^0.11.1",
"unplugin-vue-components": "^0.15.1",
"vite": "^2.4.4",
"vite-plugin-purge-icons": "^0.7.0"
}
}