-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.15 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
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
{
"name": "NAMEREPO",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"author": "",
"engines": {
"node": "18.x"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"plop": "plop",
"unit": "vitest run",
"unitWatcher": "vitest run",
"unitui": "vitest --ui",
"typecheck": "vue-tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"story:dev": "histoire dev"
},
"dependencies": {},
"devDependencies": {
"@babel/types": "^7.20.7",
"@formkit/icons": "^1.0.0-beta.14",
"@formkit/nuxt": "^1.0.0-beta.14",
"@formkit/themes": "^1.0.0-beta.14",
"@headlessui/vue": "^1.7.7",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "^8.0.0-beta.8",
"@nuxtjs/tailwindcss": "^6.3.0",
"histoire": "^0.12.4",
"@histoire/plugin-nuxt": "^0.12.4",
"@histoire/plugin-vue": "^0.12.4",
"@pinia/nuxt": "^0.4.6",
"@tailwindcss/container-queries": "^0.1.0",
"@types/node": "^18.11.18",
"@types/web-bluetooth": "^0.0.16",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/ui": "^0.28.1",
"@vue/test-utils": "^2.2.7",
"@vueuse/integrations": "^9.11.1",
"@vueuse/nuxt": "^9.11.1",
"autoprefixer": "^10.4.13",
"container-query-polyfill": "^1.0.2",
"cross-fetch": "^3.1.5",
"cssnano": "^5.1.14",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vitest": "^0.0.31",
"jsdom": "^21.1.0",
"msw": "^0.49.3",
"nuxt": "^3.1.1",
"nuxt-icon": "^0.2.10",
"pinia": "^2.0.29",
"pinia-plugin-persistedstate": "^3.0.2",
"plop": "^3.1.1",
"postcss": "^8.4.21",
"postcss-custom-properties": "^13.1.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"tailwindcss": "^3.2.4",
"type-fest": "^3.5.3",
"typescript": "4.9.4",
"vitest": "^0.28.1",
"vue-tsc": "^1.0.24",
"zod": "^3.20.2"
},
"msw": {
"workerDirectory": "public"
}
}