-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.28 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
74
75
76
77
{
"name": "classicminidiy",
"type": "module",
"version": "3.5.4",
"description": "Classic Mini DIY - The Classic Mini Knowledgebase",
"author": {
"name": "Cole Gentry",
"email": "[email protected]",
"url": "https://github.com/SomethingNew71"
},
"license": "GPL-3.0",
"private": false,
"fix-absolute": "sed -i '/ .basedir.: /d' .nuxt/dist/server-bundle.json",
"repository": {
"type": "git",
"url": "git://github.com/SomethingNew71/classicminidiy.git"
},
"homepage": "https://classicminidiy.com",
"bugs": {
"url": "https://github.com/SomethingNew71/classicminidiy/issues"
},
"engines": {
"node": "^22.12.0"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi preview",
"fa": "npm config set \"@fortawesome:registry\" https://npm.fontawesome.com/ npm config set \"//npm.fontawesome.com/:_authToken\" ${fontAwesome}",
"format": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/lib-dynamodb": "^3.726.1",
"@aws-sdk/lib-storage": "^3.726.1",
"@nuxt/content": "^2.13.4",
"@nuxtjs/robots": "^5.1.1",
"@octokit/core": "^6.1.3",
"@types/node": "^22.10.6",
"@types/youtube": "^0.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"bulma": "[email protected]:jgthms/bulma.git#2172fa18c91333521e6df886915bd0bf551b0fba",
"core-js": "^3.40.0",
"formidable": "^3.5.2",
"fuse.js": "^7.0.0",
"highcharts": "^12.1.2",
"highcharts-vue": "^2.0.1",
"luxon": "^3.5.0",
"outdent": "^0.8.0",
"redirect-ssl": "^3.0.0",
"sass": "^1.83.4",
"uuid": "^11.0.5",
"vite-plugin-vuetify": "^2.0.4",
"vue-cookie-law": "^1.13.3",
"vuetify": "3.7.6"
},
"devDependencies": {
"@nuxt/image": "^1.9.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/sitemap": "^7.0.2",
"@types/formidable": "^3.4.5",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
"@types/uuid": "^10.0.0",
"@vite-pwa/nuxt": "^0.10.6",
"lodash": "^4.17.21",
"nuxt": "^3.15.1",
"nuxt-compress": "^5.0.0",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-gtag": "^3.0.2",
"prettier": "3.4.2",
"sass-loader": "^16.0.4"
}
}