-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "introxd",
"type": "module",
"version": "0.0.9",
"private": true,
"packageManager": "pnpm@10.13.1",
"scripts": {
"postinstall": "nuxt prepare",
"p": "nuxt prepare",
"dev": "nuxt dev --dotenv .env.local",
"build": "esno scripts/build.ts",
"start-docker": "nuxt start --hostname 0.0.0.0 --port $NUXT_PORT",
"release": "bumpp",
"lint": "eslint --cache",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@introxd/components": "^0.0.10",
"canvas-confetti": "^1.9.3",
"nuxt": "3.17.7",
"pinia": "^3.0.3",
"vue": "^3.5.17"
},
"devDependencies": {
"@iconify/json": "^2.2.360",
"@imba97/eslint-config": "^0.0.6",
"@nuxthub/core": "^0.9.0",
"@pinia/nuxt": "^0.11.2",
"@types/canvas-confetti": "^1.9.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@unocss/eslint-plugin": "^66.3.3",
"@unocss/nuxt": "^66.3.3",
"@unocss/preset-web-fonts": "^66.3.3",
"@unocss/reset": "^66.3.3",
"@vueuse/nuxt": "^13.5.0",
"bumpp": "^10.2.0",
"eslint": "^9.31.0",
"eslint-plugin-unused-imports": "^4.1.4",
"esno": "^4.8.0",
"fs-extra": "^11.3.0",
"lint-staged": "^16.1.2",
"lodash-es": "^4.17.21",
"nuxthub": "^0.9.3",
"sass-embedded": "^1.89.2",
"simple-git-hooks": "^2.13.0",
"typescript": "^5.8.3",
"unimport": "^5.2.0",
"unocss": "^66.3.3",
"unocss-preset-useful": "^1.0.1",
"unplugin-vue-components": "^28.8.0",
"wrangler": "^4.25.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --fix"
}
}