-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1003 Bytes
/
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
{
"name": "cfb-web",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@pinia/nuxt": "^0.5.4",
"@primevue/themes": "^4.0.7",
"@tryghost/content-api": "^1.11.21",
"axios": "^1.4.0",
"chart.js": "^4.4.5",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^4.0.7",
"vue": "latest",
"vue-gtag": "^2.0.1",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@primevue/nuxt-module": "^4.0.7",
"@types/tryghost__content-api": "^1.3.17",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.15.4",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"typescript": "~5.0.4"
}
}