This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
105 lines (105 loc) · 2.94 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
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
{
"name": "@storipress/karbon-mono-repo",
"private": true,
"packageManager": "yarn@3.6.2",
"scripts": {
"dev:prepare": "yarn workspace @storipress/karbon-playground nuxt prepare",
"build": "nx run @storipress/karbon:build && yarn dev:prepare",
"test": "lerna run test --scope='@storipress/*'",
"publish:all": "lerna publish --no-private",
"postinstall": "yarn build"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@apollo/client": "^3.8.3",
"@babel/runtime": "^7.22.6",
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@rudderstack/rudder-sdk-node": "^2.0.4",
"@sentry/node": "^7.67.0",
"@sentry/tracing": "^7.67.0",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"@vueuse/nuxt": "^10.1.2",
"@zhead/schema": "^1.1.0",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"destr": "^2.0.1",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"find-cache-dir": "^4.0.0",
"fs-extra": "^11.1.1",
"graphql": "^16.6.0",
"jose": "^4.14.4",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"micro-aes-gcm": "^0.3.3",
"node-fetch-native": "^1.4.0",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.1",
"prismjs": "^1.29.0",
"sass": "^1.66.1",
"scule": "^1.0.0",
"serialize-javascript": "^6.0.1",
"tailwindcss": "^3.3.3",
"tiny-invariant": "^1.3.1",
"type-fest": "^4.3.1",
"typesense-instantsearch-adapter": "^2.7.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unstorage": "^1.9.0",
"uuid": "^9.0.0",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vue-instantsearch": "^4.10.10",
"vue3-lazy-hydration": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.42.0",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@rollup/plugin-virtual": "3.0.1",
"@types/find-cache-dir": "3.2.1",
"@types/fs-extra": "11.0.2",
"@types/jszip": "3.4.1",
"@types/lodash.sortby": "4.7.7",
"@types/lodash.truncate": "4.4.7",
"@types/serialize-javascript": "5.0.2",
"@types/tailwindcss": "3.1.0",
"@types/tar": "6.1.6",
"@types/uuid": "9.0.4",
"@vitejs/plugin-vue": "4.3.4",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"fs-extra": "11.1.1",
"globby": "13.2.2",
"lerna": "7.3.0",
"msw": "1.3.1",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nx": "16.8.1",
"prettier": "3.0.3",
"tsx": "3.12.10",
"typescript": "5.2.2",
"vitest": "0.34.4"
},
"resolutions": {
"graphql": "16.6.0",
"nuxt": "3.6.5",
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5"
},
"msw": {
"workerDirectory": "public"
}
}