-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "elect-gen",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"check": "prettier --check .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"pre-commit": "bunx lint-staged",
"prepare": "husky"
},
"dependencies": {
"@nuxt/icon": "^1.0.0",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@vueuse/head": "^2.0.0",
"black": "^0.3.0",
"mathjs": "^13.0.0",
"nuxt": "^3.12.2",
"pre-commit": "^1.2.2",
"pre-commit-hooks": "^0.9.22",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/fa6-solid": "^1.1.21",
"@nuxt/eslint": "^0.3.13",
"@nuxt/test-utils": "^3.13.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.5.0",
"eslint-plugin-format": "^0.1.1",
"happy-dom": "^14.12.3",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"playwright-core": "^1.45.2",
"prettier": "^3.3.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"vitest": "^2.0.3"
}
}