-
Notifications
You must be signed in to change notification settings - Fork 384
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.54 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 4.54 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "vuesion",
"private": true,
"version": "5.4.0",
"description": "Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.",
"repository": {
"type": "git",
"url": "https://github.com/vuesion/vuesion.git"
},
"keywords": [
"vue 3",
"vite",
"typescript",
"server-side-rendering",
"boilerplate",
"vitetest",
"enterprise",
"components",
"design-system",
"nuxt 3",
"composition-api"
],
"author": "Johannes Werner <johannes.werner@hey.com>",
"license": "MIT",
"homepage": "https://github.com/vuesion/vuesion",
"bugs": {
"url": "https://github.com/vuesion/vuesion/issues"
},
"scripts": {
"dev": "cross-env NODE_ICU_DATA=node_modules/full-icu nuxi dev",
"storybook:dev": "rm -rf ./node_modules/.cache && storybook dev -p 6006",
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu vitest run --coverage",
"lint": "eslint --fix --cache . && tsc --project ./tsconfig.json --noEmit",
"new:component": "hygen new component",
"new:form": "hygen new form",
"new:store": "hygen new store",
"new:page": "hygen new page",
"new:rest-api": "hygen new rest-api",
"db:reset": "prisma migrate reset",
"db:seed": "ts-node --transpile-only ./prisma/seed.ts",
"db:migrate": "prisma migrate dev",
"db:migrate-deploy": "prisma migrate deploy",
"db:push": "prisma db push",
"db:generate-client": "prisma generate",
"extract-i18n-messages": "ts-node --transpile-only ./tools/extract-i18n-messages.ts",
"test:watch": "cross-env NODE_ICU_DATA=node_modules/full-icu vitest",
"e2e": "cypress run --headless",
"storybook:build": "storybook build",
"release:major": "ts-node --transpile-only ./tools/release.ts --major",
"release:minor": "ts-node --transpile-only ./tools/release.ts --minor",
"release:patch": "ts-node --transpile-only ./tools/release.ts --patch",
"build": "nuxi build",
"build:analyze": "nuxi analyze",
"build:spa": "nuxi generate",
"start": "cross-env NODE_ICU_DATA=node_modules/full-icu node .output/server/index.mjs",
"prepare": "husky",
"pre-commit": "pretty-quick --staged && concurrently \"npm run lint\" \"npm test\""
},
"dependencies": {
"@floating-ui/vue": "1.1.6",
"@pinia/nuxt": "0.11.1",
"@prisma/client": "6.9.0",
"@vee-validate/rules": "4.15.1",
"@vueuse/core": "13.3.0",
"animejs": "4.0.2",
"bcrypt": "6.0.0",
"cross-env": "7.0.3",
"full-icu": "1.5.0",
"h3-compression": "0.3.2",
"lodash-es": "4.17.21",
"marked": "15.0.12",
"mitt": "3.0.1",
"next-auth": "4.21.1",
"pinia": "3.0.3",
"prisma": "6.9.0",
"vee-validate": "4.15.1"
},
"devDependencies": {
"@babel/core": "7.27.4",
"@commitlint/config-conventional": "19.8.1",
"@eslint/js": "9.28.0",
"@nuxt/devtools": "2.5.0",
"@nuxt/eslint": "1.4.1",
"@nuxt/image": "1.10.0",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/html-validator": "2.1.0",
"@nuxtjs/i18n": "9.5.5",
"@nuxtjs/robots": "5.2.10",
"@sidebase/nuxt-auth": "0.10.1",
"@storybook/addon-a11y": "^9.0.6",
"@storybook/addon-docs": "9.0.6",
"@storybook/addon-links": "^9.0.6",
"@storybook/addon-themes": "9.0.6",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3-vite": "^9.0.6",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/vue": "8.1.0",
"@types/bcrypt": "5.0.2",
"@types/lodash-es": "4.17.12",
"@vite-pwa/nuxt": "1.0.4",
"@vitejs/plugin-vue": "5.2.4",
"@vitest/coverage-v8": "3.2.2",
"@vue/test-utils": "2.4.6",
"babel-loader": "10.0.0",
"c8": "10.1.3",
"concurrently": "9.1.2",
"cypress": "14.4.1",
"eslint": "9.28.0",
"eslint-plugin-storybook": "9.0.6",
"eslint-plugin-vue": "10.2.0",
"flush-promises": "1.0.2",
"generate-changelog": "1.8.0",
"glob": "11.0.2",
"globals": "16.2.0",
"husky": "9.1.7",
"hygen": "6.2.11",
"jsdom": "26.1.0",
"nuxt": "3.17.5",
"nuxt-delay-hydration": "1.3.8",
"nuxt-security": "2.2.0",
"postcss": "8.5.4",
"prettier": "3.5.3",
"prettier-plugin-prisma": "5.0.0",
"pretty-quick": "4.2.2",
"sass": "1.79.4",
"sass-loader": "16.0.5",
"storybook": "^9.0.6",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"typescript-eslint": "8.33.1",
"vite": "6.3.5",
"vitest": "3.2.2",
"vue-loader": "17.4.2"
},
"overrides": {
"vue": "3.5.4",
"vite": "6.3.5",
"vitest": "3.2.2",
"storybook": "$storybook"
}
}