-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "sync-demo",
"version": "0.0.0",
"type": "module",
"scripts": {
"type-check": "tsc -w",
"start": "react-scripts start",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint . --ext ts"
},
"devDependencies": {
"@svitejs/vite-plugin-svelte": "^0.11.1",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"svelte-preprocess": "^4.6.9",
"typescript": "^4.2.4",
"vite": "^2.1.0"
},
"dependencies": {
"@hyperswarm/replicator": "^2.0.2",
"automerge": "https://github.com/automerge/automerge",
"hyperswarm": "^2.15.3",
"idb": "^6.0.0",
"pump": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}