-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.83 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
{
"name": "@twin-games/frontend",
"private": false,
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"test": "cypress open",
"preview": "vite preview",
"preview-https": "serve dist",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@heroiclabs/nakama-js": "^2.3.0",
"@twin-games/shared": "workspace:*",
"@vueuse/core": "^7.1.2",
"@vueuse/head": "^0.7.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.6",
"prism-theme-vars": "^0.2.2",
"uuid": "^8.3.2",
"vue": "^3.2.23",
"vue-demi": "^0.12.1",
"vue-router": "^4.0.12",
"vuetify": "3.0.0-alpha.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.12.1",
"@cypress/request": "^2.88.10",
"@iconify-json/carbon": "^1.0.12",
"@iconify-json/mdi": "^1.0.11",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-vue": "^1.10.1",
"@vue/compiler-sfc": "^3.2.23",
"@vue/server-renderer": "^3.2.23",
"critters": "^0.0.15",
"cross-env": "^7.0.3",
"cypress": "^9.1.1",
"eslint": "^8.4.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-prism": "^2.2.1",
"pnpm": "^6.23.6",
"sass": "^1.44.0",
"typescript": "^4.5.2",
"unplugin-auto-import": "^0.4.20",
"unplugin-icons": "^0.12.22",
"unplugin-vue-components": "^0.17.5",
"vite": "^2.6.14",
"vite-plugin-inspect": "^0.3.11",
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-pwa": "^0.11.10",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.5.4",
"vite-ssg": "^0.16.2",
"vue-tsc": "^0.29.8"
}
}