-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.28 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "watcher",
"version": "0.9.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@minoru/react-dnd-treeview": "1.6.1",
"@supabase/supabase-js": "^1.30.2",
"@syncedstore/core": "^0.4.1",
"@syncedstore/react": "^0.4.1",
"@tauri-apps/api": "1.0.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^27.4.0",
"@types/lodash.get": "^4.4.6",
"@types/node": "^16.11.21",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"ace-builds": "^1.4.14",
"axios": "^0.25.0",
"crypto-js": "^4.1.1",
"cuid": "^2.1.8",
"formik": "^2.2.9",
"framer-motion": "^5",
"localforage": "^1.10.0",
"lodash.get": "^4.4.2",
"mobx": "^6.3.13",
"mobx-persist-store": "^1.0.4",
"mobx-react": "^7.2.1",
"react": "^17.0.2",
"react-ace": "^9.5.0",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1",
"react-intl": "^5.24.4",
"react-query": "^3.34.12",
"react-resizable": "^3.0.4",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"react-virtualized": "^9.22.3",
"typescript": "^4.5.5",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.41"
},
"devDependencies": {
"@tauri-apps/cli": "1.0.5",
"@types/react-resizable": "^1.7.4",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.16",
"concurrently": "^7.0.0"
},
"scripts": {
"start:web": "react-scripts start",
"start": "concurrently \"react-scripts start\" \"tauri dev\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dist": "yarn build && tauri build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}