forked from developer-plus/developer-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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
{
"private": true,
"packageManager": "pnpm@7.0.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "lint-staged",
"lint:check": "eslint .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@developer-plus/eslint-config": "0.1.1",
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/eva": "^1.1.1",
"@iconify-json/fluent": "^1.1.8",
"@iconify-json/ic": "^1.1.4",
"@iconify-json/octicon": "^1.1.10",
"@iconify-json/ri": "^1.1.2",
"@iconify-json/simple-icons": "^1.1.13",
"@nuxtjs/color-mode": "^3.0.3",
"@types/animejs": "^3.1.4",
"@types/canvas-confetti": "^1.4.2",
"@unocss/nuxt": "^0.35.2",
"@vueuse/nuxt": "^8.5.0",
"eslint": "^8.16.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"nuxt": "3.0.0-rc.3"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"animejs": "^3.2.1",
"canvas-confetti": "^1.5.1",
"vue-gtag-next": "^1.14.0"
},
"eslintConfig": {
"extends": "@developer-plus"
}
}