-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 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
{
"name": "icons-viewer-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"build:icons": "node build"
},
"dependencies": {
"@nmyvision/html2pug": "^2.1.4",
"lodash.camelcase": "^4.3.0",
"lodash.startcase": "^4.4.0",
"marked": "^2.1.3",
"vue": "^3.0.5",
"vue-clipboard3": "^1.0.1",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.3",
"@vitejs/plugin-vue": "^1.2.5",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vscode/codicons": "^0.0.20",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.3.1",
"feather-icons": "^4.28.0",
"heroicons": "^1.0.2",
"lodash.kebabcase": "^4.1.1",
"mkdirp": "^1.0.4",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"tailwindcss": "^2.2.7",
"teenyicons": "^0.4.1",
"vite": "^2.4.3"
}
}