-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "nuxt3-starter-template",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxi generate",
"prerender": "nuxt 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"
},
"dependencies": {
"@vue-a11y/skip-to": "^3.0.3",
"nuxt": "^3.12.2",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/sitemap": "^5.1.1",
"@percy/cli": "^1.27.0",
"@percy/cypress": "^3.1.2",
"@pinia/nuxt": "^0.5.1",
"@types/node": "^18.17.3",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"cypress": "^12.17.4",
"date-fns": "^3.6.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"lodash": "^4.17.21",
"nuxt-graphql-request": "^8.1.0",
"sass": "^1.66.1",
"ucla-library-design-tokens": "^5.12.6",
"ucla-library-website-components": "2.39.0-alpha.86"
}
}