-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.87 KB
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
{
"name": "ftva-website-nuxt",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "node --max-old-space-size=16384 node_modules/nuxi/bin/nuxi.mjs generate",
"prerender": "node --max-old-space-size=16384 node_modules/nuxi/bin/nuxi.mjs build --prerender --log-level verbose",
"start": "pnpm dlx serve .output/public",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"cypress": "cypress open",
"cypress-run": "cypress run",
"lint": "eslint . --ext .vue,.js,.ts --ignore-path .gitignore",
"lint:fix": "eslint --fix . --ext .vue,.js,.ts --ignore-path .gitignore",
"typecheck": "nuxi typecheck",
"test": "pnpm lint && pnpm typecheck",
"chromatic:cypress": "dotenv -e .env.chromatic -- chromatic --cypress",
"cypress:chromatic": "ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=9222 cypress run"
},
"dependencies": {
"@pinia/nuxt": "^0.5.5",
"@vue-a11y/skip-to": "^3.0.3",
"@vueuse/core": "^11.1.0",
"nuxt": "^3.13.2",
"vue": "^3.5.12",
"vue-router": "^4.4.3",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@chromatic-com/cypress": "^0.11.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/sitemap": "^5.3.5",
"@types/node": "^18.17.3",
"@ucla-library/component-library-nuxt-module": "1.3.50",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"axe-core": "^4.11.0",
"chromatic": "^13.3.5",
"cypress": "^15.0.0",
"cypress-axe": "^1.7.0",
"date-fns": "^3.6.0",
"dotenv-cli": "^11.0.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"nuxt-graphql-request": "^7.0.5",
"sass": "^1.66.1",
"ucla-library-design-tokens": "6.0.2",
"vite-svg-loader": "^5.1.0"
},
"engines": {
"pnpm": "^9.12.1"
}
}