forked from yorkie-team/yorkie-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.24 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
{
"name": "yorkie-js",
"version": "0.0.0",
"private": true,
"description": "A collection of tools and examples for Yorkie",
"scripts": {
"preinstall": "npx only-allow pnpm",
"sdk": "pnpm --filter=yorkie-js-sdk",
"create-yorkie-app": "pnpm --filter=create-yorkie-app",
"devtools": "pnpm --filter=yorkie-devtools",
"nextjs-scheduler": "pnpm --filter=nextjs-scheduler",
"react-tldraw": "pnpm --filter=react-tldraw",
"profile-stack": "pnpm --filter=profile-stack",
"react-todomvc": "pnpm --filter=react-todomvc",
"simultaneous-cursors": "pnpm --filter=simultaneous-cursors",
"vanilla-codemirror6": "pnpm --filter=vanilla-codemirror6",
"vanilla-quill": "pnpm --filter=vanilla-quill",
"vuejs-kanban": "pnpm --filter=vuejs-kanban",
"build:examples": "pnpm --filter './examples/*' run build",
"lint": "eslint . --fix --max-warnings=0 --ext .ts",
"prepare": "husky"
},
"keywords": [],
"author": {
"name": "hackerwins",
"email": "susukang98@gmail.com"
},
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^8.19.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"only-allow": "^1.2.1",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prettier": "^5.0.0"
}
}