-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "@pathfinder/app",
"version": "0.1.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build",
"export": "next export -o dist",
"start": "next start",
"lint": "next lint",
"tauri": "tauri",
"build:client": "tauri build",
"build:prod": "next build & next export -o dist"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"@blocksuite/blocks": "0.3.0-alpha.4",
"@blocksuite/editor": "0.3.0-alpha.4",
"@blocksuite/store": "0.3.0-alpha.4",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@fontsource/poppins": "^4.5.10",
"@fontsource/space-mono": "^4.5.10",
"@mui/base": "5.0.0-alpha.101",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.8.6",
"css-spring": "^4.1.0",
"lit": "^2.3.1",
"next": "13.0.1",
"prettier": "^2.7.1",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.0",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "4.8.3"
}
}