-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.43 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
{
"private": true,
"description": "Oh! Markdown~ parse and recompile markdown for render by js, support jsx, dom-tree or html",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "turbo run clean --no-daemon",
"build": "turbo run build --no-daemon",
"test:unit": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest",
"test": "turbo run test --no-daemon",
"prepare": "husky install",
"release": "turbo run release --no-daemon --output-logs=new-only && changeset version && changeset publish"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yeliex/oh-markdown/issues"
},
"homepage": "https://github.com/yeliex/oh-markdown#readme",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@mdx-js/react": "^2.2.1",
"@swc/core": "^1.3.30",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.0",
"@types/lodash.set": "^4.3.9",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^18.11.13",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.9",
"husky": "^8.0.3",
"jest": "^29.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest-resolver": "^2.0.0",
"turbo": "^1.7.0",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}