-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 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": "io.github.andrepg",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"prismjs": "^1.29.0",
"vite-plugin-prismjs": "^0.0.11",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@heroicons/vue": "^2.1.1",
"@iconify/vue": "^4.1.1",
"@rushstack/eslint-patch": "^1.10.3",
"@types/prismjs": "^1.26.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.35",
"prettier": "^3.3",
"tailwindcss": "^3.4.1",
"vite": "^5.2.11",
"vite-plugin-markdown": "^2.2.0"
}
}