-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
57
58
{
"name": "introxd",
"type": "module",
"version": "0.0.8",
"private": true,
"packageManager": "[email protected]",
"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 --flag unstable_ts_config",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@introxd/components": "^0.0.2",
"canvas-confetti": "^1.9.3",
"nuxt": "^3.14.159",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify/json": "^2.2.273",
"@imba97/eslint-config": "^0.0.5",
"@nuxthub/core": "^0.8.7",
"@pinia/nuxt": "^0.7.0",
"@types/canvas-confetti": "^1.6.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@unocss/eslint-plugin": "^0.64.1",
"@unocss/nuxt": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@vueuse/nuxt": "^11.2.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint-plugin-unused-imports": "^4.1.4",
"esno": "^4.8.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"nuxthub": "^0.7.3",
"sass-embedded": "^1.81.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"unimport": "^3.13.2",
"unocss": "^0.64.1",
"unocss-preset-useful": "^0.8.0",
"unplugin-vue-components": "^0.27.4",
"wrangler": "^3.87.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --flag unstable_ts_config --fix"
}
}