-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 Bytes
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
{
"name": "codelists",
"version": "2.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "yarn run preprocess && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"preprocess": "./src/gen.sh"
},
"dependencies": {
"@nuxt/content": "^3.6.3",
"@nuxtjs/i18n": "^10.0.6",
"@pinia/nuxt": "^0.11.2",
"minisearch": "^7.1.2",
"nuxt": "^4.1.0",
"nuxt-github-pages": "^1.5.0",
"pinia": "^3.0.3",
"vue": "^3.5.20",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.40.0",
"better-sqlite3": "^12.2.0",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.40.0",
"sass-embedded": "^1.92.1"
},
"overrides": {
"chokidar": "3.6.0"
}
}