-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.7 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
54
{
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint --ext \".js,.ts,.vue\" .",
"lint:fix": "eslint --ext \".js,.ts,.vue\" . --fix",
"test:unit": "jest",
"test:component": "vitest --config vite.test.config.js",
"test:e2e": "npm run start & cypress run",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxtjs-alt/google-fonts": "^1.0.8",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/tailwindcss": "^5.3.2",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@types/lodash": "^4.14.182",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/test-utils": "^2.0.2",
"@vue/vue3-jest": "^28.0.1",
"babel-jest": "^28.1.3",
"chai-subset": "^1.6.0",
"cypress": "^10.4.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.2",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"jest-environment-jsdom": "^28.1.3",
"jest-extended": "^3.0.2",
"nuxt": "3.0.0-rc.8",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"start-server-and-test": "^1.14.0",
"ts-jest": "^28.0.7",
"vitest": "^0.21.1"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.78",
"firebase": "^9.9.2",
"lodash": "^4.17.21"
}
}