-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 900 Bytes
/
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
{
"name": "codemirror-extensions",
"version": "0.0.0",
"description": "codemirror extensions includes toolbar, helper, image-upload, event-emitter",
"private": true,
"type": "module",
"workspaces": [
"packages/*",
"site"
],
"scripts": {
"clean": "turbo run clean --no-daemon",
"build": "turbo run build --no-daemon",
"start": "yarn workspace site run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@swc-node/register": "1.6.8",
"@swc/core": "^1.3.101",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^20.10.5",
"@types/spark-md5": "^3.0.4",
"fast-glob": "^3.3.2",
"swc-register-esm": "^1.0.0",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"yargs": "^17.7.2",
"zx": "^7.2.3"
},
"dependencies": {}
}