generated from undone-labs/nuxt-static
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "@data-preservation-programs/singularity-website",
"version": "1.9.0",
"description": "Static marketing site for Singularity",
"author": {
"name": "Agency Undone",
"email": "hello@agencyundone.com"
},
"repository": {
"type": "git",
"url": "git@github.com:data-preservation-programs/singularity-website.git"
},
"license": "Apache-2.0",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev --no-clear",
"generate": "nuxi generate",
"preview": "nuxi preview"
},
"overrides": {
"vue": "latest"
},
"engines": {
"node": ">=20.9.0"
},
"keywords": [],
"dependencies": {
"ace-builds": "^1.31.2",
"kramed": "^0.5.6",
"lodash.clonedeep": "^4.5.0",
"pinia": "^2.0.35",
"sass-loader": "^13.3.2",
"uuid": "^9.0.0",
"@nuxt/content": "^2.6.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/algolia": "^1.10.1",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/plausible": "^0.2.3",
"@pinia/nuxt": "^0.5.1",
"@vuepic/vue-datepicker": "^7.2.2",
"eslint": "^8.42.0",
"fs-extra": "^11.1.1",
"highlight.js": "^11.9.0",
"highlightjs-curl": "^1.3.0",
"node-html-parser": "^6.1.11",
"nuxi": "^3.6.3",
"nuxt": "^3.8.2",
"nuxt-simple-robots": "^3.1.2",
"nuxt-simple-sitemap": "^4.1.3",
"sass": "^1.62.0",
"typescript": "^5.2.2"
}
}