-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "gutenbook",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"dependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.3.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"global": "^4.4.0",
"prettier": "^2.6.2",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@headlessui/vue": "^1.6.0",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/tailwindcss": "^3.0.10",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.5",
"git-cz": "^4.8.0",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"vite": "^2.9.6"
}
}