-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.23 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"monaco-editor": "^0.21.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"y-webrtc": "^10.1.6",
"yjs": "^13.4.2"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/app-scripts-react": "^1.12.5",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-react-refresh": "^2.3.4",
"@snowpack/plugin-typescript": "^1.0.2",
"@snowpack/plugin-webpack": "^2.1.0",
"@snowpack/web-test-runner-plugin": "^0.1.3",
"@testing-library/react": "^11.0.0",
"@types/chai": "^4.2.13",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/snowpack-env": "^2.3.0",
"@types/wicg-file-system-access": "^2020.9.1",
"@web/test-runner": "^0.9.0",
"chai": "^4.2.0",
"lib0": "^0.2.34",
"prettier": "^2.0.5",
"snowpack": "^2.15.1",
"typescript": "^4.0.0",
"y-protocols": "^1.0.1"
},
"engines": {
"node": ">=16.0.0"
}
}