-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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": "todo-vue",
"version": "0.3.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"package": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncedstore/core": "^0.3.4",
"core-js": "^3.6.5",
"js-cookie": "^3.0.1",
"ts-md5": "^1.2.10",
"tslib": "^2.3.1",
"vue": "^3.0.0",
"vue-window-size": "^1.1.2",
"y-indexeddb": "^9.0.6",
"y-webrtc": "^10.1.8",
"y-websocket": "^1.3.18",
"yjs": "^13.5.13"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vicons/fluent": "^0.11.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.11.0",
"eslint-plugin-vue": "^7.0.0",
"naive-ui": "^2.23.1",
"typescript": "^4.4.4",
"vfonts": "^0.1.0"
},
"workspaces": {
"nohoist": [
"**"
],
"packages": [
"."
]
}
}