-
Notifications
You must be signed in to change notification settings - Fork 492
/
package.json
66 lines (66 loc) · 1.71 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
{
"name": "editor",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "node dev_server.js",
"build": "node build.js",
"dev": "nodemon -r dotenv/config dev_server.js"
},
"nodemonConfig": {
"watch": [
"**/*"
],
"ext": "ts js jsx tsx md css html",
"ignore": [
"dist",
"dist/"
]
},
"dependencies": {
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.8.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.0",
"@hackclub/icons": "^0.0.14",
"@lezer/common": "^1.0.3",
"@preact/preset-vite": "^2.8.1",
"@replit/codemirror-vim": "^6.0.14",
"@rollup/browser": "^3.26.0",
"@sendgrid/mail": "^7.7.0",
"@supabase/supabase-js": "^2.39.3",
"acorn": "^8.11.2",
"classnames": "^2.3.2",
"cm6-theme-basic-dark": "^0.2.0",
"codemirror": "^6.0.1",
"crypto": "^1.0.1",
"dotenv": "^16.4.1",
"esbuild": "^0.20.0",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-inline-worker": "^0.1.1",
"express": "^4.18.2",
"highlight.js": "^11.9.0",
"js-beautify": "^1.14.9",
"jsdom": "^24.0.0",
"loops": "^1.0.1",
"marked": "^7.0.4",
"marked-highlight": "^2.1.0",
"nanoid": "^5.0.3",
"polyclip-ts": "^0.16.3",
"polygon-clipping": "^0.15.7",
"posthog-node": "^4.2.0",
"preact": "^10.6.5",
"prismjs": "^1.29.0",
"source-map-js": "^1.0.2",
"three": "^0.155.0"
},
"devDependencies": {
"nodemon": "^3.0.3",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}