-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 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
53
54
55
56
{
"name": "corporate-web-site",
"version": "1.0.0",
"description": "This is kumanote official corporate website application.",
"homepage": "https://github.com/kumanote/corporate-web-site",
"author": "Hiroki Tanaka <hiroki.tanaka@kumano-te.com>",
"license": "SEE LICENSE IN LICENCE",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"lintfix": "prettier --write --list-different ."
},
"lint-staged": {
"**/*.{js,ts,vue}": [
"eslint"
],
"*.**": [
"prettier --check --ignore-unknown"
]
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "^8.0.0-beta.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"nuxt": "^3.1.2",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"sass": "^1.58.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
},
"dependencies": {
"@headlessui/vue": "^1.7.9",
"@heroicons/vue": "^2.0.14",
"vue-gtag-next": "^1.14.0"
}
}