forked from riccardoperra/codeimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.94 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.94 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
{
"name": "@codeimage/app",
"private": true,
"version": "1.9.1",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite --host",
"build": "rimraf dist && vite build",
"build-sw": "rimraf dist && cross-env BASE_URL=/ SW=true SOURCE_MAP=true RELOAD_SW=true vite build",
"serve:https": "serve dist",
"serve": "vite preview",
"pre-commit": "lint-staged --relative",
"pre-commit-prettier": "prettier --write",
"pre-commit-eslint": "eslint --ext .js,.jsx,.mjs,.ts,.tsx -c ../../.eslintrc.js --fix",
"lint": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx -c ../../.eslintrc.js",
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.json"
},
"devDependencies": {
"@mdx-js/mdx": "3.0.0",
"@mdx-js/rollup": "3.0.0",
"@mswjs/data": "^0.10.2",
"@types/downloadjs": "^1.4.3",
"@types/mdx": "2.0.10",
"cross-env": "^7.0.3",
"https-localhost": "^4.7.1",
"msw": "^0.47.4",
"prettier": "^2.8.7",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
"rimraf": "^3.0.2",
"sass": "^1.61.0",
"typescript": "~5.6.2",
"vite": "^5.4.4",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.0.1",
"workbox-core": "^6.6.0",
"workbox-window": "^6.6.0"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.4",
"@codeimage/api": "workspace:*",
"@codeimage/atomic-state": "workspace:*",
"@codeimage/config": "workspace:*",
"@codeimage/dom-export": "workspace:*",
"@codeimage/highlight": "workspace:*",
"@codeimage/locale": "workspace:*",
"@codeimage/prisma-models": "workspace:*",
"@codeimage/ui": "workspace:*",
"@codeimage/vanilla-extract": "workspace:*",
"@codemirror/autocomplete": "^6.6.1",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.6.3",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.7.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@codeui/kit": "^0.1.2",
"@corvu/utils": "0.4.1",
"@floating-ui/core": "^1.5.0",
"@floating-ui/dom": "^1.5.3",
"@formatjs/intl-relativetimeformat": "11.1.4",
"@kobalte/core": "^0.13.6",
"@kobalte/utils": "^0.9.1",
"@kobalte/vanilla-extract": "^0.5.0",
"@lezer/highlight": "^1.1.4",
"@motionone/solid": "^10.16.2",
"@ngneat/falso": "^6.4.0",
"@solid-primitives/context": "^0.1.4",
"@solid-primitives/event-bus": "1.0.5",
"@solid-primitives/event-listener": "2.2.13",
"@solid-primitives/i18n": "1.2.4",
"@solid-primitives/immutable": "^0.1.10",
"@solid-primitives/platform": "^0.0.101",
"@solid-primitives/props": "^2.2.2",
"@solid-primitives/resize-observer": "^2.0.15",
"@solid-primitives/utils": "^6.2.1",
"@solidjs/router": "^0.8.2",
"@thisbeyond/solid-dnd": "0.7.2",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"clsx": "^2.1.1",
"downloadjs": "^1.4.7",
"idb-keyval": "^6.2.0",
"inter-ui": "^3.19.3",
"modern-normalize": "^1.1.0",
"motion": "^10.15.5",
"polished": "^4.2.2",
"rxjs": "^7.8.1",
"solid-codemirror": "^2.3.0",
"solid-headless": "^0.13.1",
"solid-js": "^1.8.22",
"solid-mdx": "^0.0.7",
"solid-use": "^0.7.2",
"statebuilder": "^0.4.2",
"tinykeys": "^1.4.0",
"workbox-precaching": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0"
},
"msw": {
"workerDirectory": "public"
}
}