-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "nuxi dev --port=3000",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"preview": "nuxi preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"updateIndex": "esm ./search/algolia-index:cli update-recent",
"rebuildIndex": "esm ./search/algolia-index:cli rebuild-index"
},
"devDependencies": {
"jest-axe": "^5.0.1",
"jsdom": "^20.0.3",
"nuxt": "^3.1.1"
},
"dependencies": {
"@nuxt/test-utils": "^3.4.1",
"@nuxtjs/algolia": "^1.4.2",
"@nypublicradio/nypr-design-system-vue3": "^1.0.8",
"@sentry/tracing": "^6.18.2",
"@sentry/vue": "^6.18.2",
"@vue/test-utils": "^2.2.7",
"@vueuse/core": "^9.13.0",
"algoliasearch": "^4.14.3",
"axios": "^1.2.2",
"debug": "4.3.3",
"howler": "^2.2.3",
"image-size": "^1.1.1",
"mosha-vue-toastify": "^1.0.23",
"primeflex": "^3.3.0",
"primeicons": "^5.0.0",
"primevue": "^3.21.0",
"sass": "^1.57.1",
"vitest": "^0.26.3",
"vue-social-sharing": "^4.0.0-alpha4"
}
}