forked from who-jonson/sakai-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "sakai-nuxt",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "NITRO_PRESET=vercel nuxi build",
"generate": "nuxi generate",
"postinstall": "nuxi prepare",
"start": "node .output/server/index.mjs",
"test": "vitest -c vitest.config.ts",
"lint": "eslint \"{**/*,*}.{js,ts,tsx,vue}\"",
"lint:fix": "npm run lint --fix"
},
"dependencies": {
"pinia": "^2.1.7"
},
"devDependencies": {
"@nuxt/test-utils": "^3.8.1",
"@nuxtjs/google-fonts": "^3.0.1",
"@pinia/nuxt": "^0.5.1",
"@pinia/testing": "^0.1.3",
"@testing-library/vue": "latest",
"@types/node": "^20.10.0",
"@types/serialize-javascript": "^5.0.2",
"@vite-pwa/nuxt": "^0.3.0",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.1",
"@vueuse/nuxt": "^10.6.1",
"@whoj/eslint-config": "^1.5.0",
"@whoj/utils": "^1.8.0",
"chart.js": "^4.4.0",
"core-js": "^3.31.0",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.6",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.41.1",
"prismjs": "^1.29.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"pnpm": {
"allowedDeprecatedVersions": {
"stable": "*",
"rollup-plugin-terser": "*"
},
"overrides": {
"core-js": "$core-js",
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@latest"
},
"peerDependencyRules": {
"allowAny": [
"rollup",
"vitest",
"primeicons"
]
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/who-jonson/sakai-nuxt#readme",
"repository": {
"url": "https://github.com/who-jonson/sakai-nuxt",
"type": "git"
},
"bugs": {
"url": "https://github.com/who-jonson/sakai-nuxt/issues"
}
}