forked from who-jonson/sakai-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.8 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
{
"name": "sakai-nuxt",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"prepare": "nuxi cleanup && 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.0.30"
},
"devDependencies": {
"@nuxt/test-utils": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@pinia/nuxt": "^0.4.5",
"@pinia/testing": "^0.0.15",
"@testing-library/vue": "latest",
"@types/node": "^18.11.18",
"@types/serialize-javascript": "^5.0.2",
"@vue/compiler-sfc": "^3.2.47",
"@vueuse/components": "^9.12.0",
"@vueuse/core": "^9.12.0",
"@vueuse/nuxt": "^9.12.0",
"@whoj/eslint-config": "^1.2.0",
"@whoj/utils": "^1.5.0",
"chart.js": "4.2.1",
"core-js": "^3.27.2",
"eslint": "^8.33.0",
"nuxt": "^3.1.0",
"primeflex": "^3.2.1",
"primeicons": "^6.0.1",
"primevue": "^3.22.1",
"prismjs": "1.29.0",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vitest": "^0.29.0",
"vue": "^3.2.47"
},
"pnpm": {
"allowedDeprecatedVersions": {
"stable": "*",
"rollup-plugin-terser": "*"
},
"overrides": {
"esbuild": "^0.16.4",
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@latest"
},
"peerDependencyRules": {
"allowAny": [
"primeicons"
]
}
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.12"
},
"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"
}
}