-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "affine-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@8.3.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@blocksuite/blocks": "0.0.0-20230722125003-4c0d3989-nightly",
"@blocksuite/editor": "0.0.0-20230722125003-4c0d3989-nightly",
"@blocksuite/store": "0.0.0-20230722125003-4c0d3989-nightly",
"@toeverything/y-indexeddb": "0.7.0-canary.51",
"jotai": "^2.2.2",
"jotai-molecules": "^1.1.1",
"lit": "^2.7.6",
"nanoid": "^4.0.2",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"rxjs": "^7.8.1",
"yjs": "^13.6.7"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/next-plugin": "2.1.2",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"fake-indexeddb": "^4.0.2",
"happy-dom": "^10.5.2",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vitest": "^0.33.0"
}
}