-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
59
60
{
"name": "imba97-me",
"type": "module",
"version": "0.0.31",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"prepare": "simple-git-hooks && nuxt prepare",
"p": "nuxt prepare",
"dev": "nuxt dev --dotenv .env.local",
"build": "esno scripts/build.ts",
"preview": "pnpm build && npx nuxthub preview",
"start-docker": "nuxt start --hostname 0.0.0.0 --port $NUXT_PORT",
"release": "bumpp",
"lint": "eslint --cache --flag unstable_ts_config"
},
"dependencies": {
"@introxd/components": "^0.0.8",
"@nuxthub/core": "^0.8.8",
"@pinia/nuxt": "^0.9.0",
"@unocss/nuxt": "^0.65.1",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"defu": "^6.1.4",
"floating-vue": "^5.2.2",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@iconify/json": "^2.2.282",
"@imba97/eslint-config": "^0.0.5",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"eslint-plugin-unused-imports": "^4.1.4",
"esno": "^4.8.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.11",
"lodash-es": "^4.17.21",
"sass": "^1.83.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"unimport": "^3.14.5",
"unocss": "^0.65.1",
"unocss-preset-useful": "^0.9.1",
"unplugin-vue-components": "^0.27.5",
"wrangler": "^3.95.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --flag unstable_ts_config --fix"
}
}