-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "vue-covid-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@meforma/vue-toaster": "^1.3.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"axios": "^0.26.0",
"core-js": "^3.6.5",
"dayjs": "^1.10.4",
"epic-spinners": "^1.1.0",
"postcss": "^7",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"stylus": "^0.56.0",
"stylus-loader": "^3.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"v-calendar": "^2.4.1",
"vue": "^3.0.0",
"vue-3-socket.io": "^1.0.4",
"vue-router": "^4.0.0-0",
"vue-socket.io": "^3.0.10",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"vue-cli-plugin-tailwind": "~2.0.6"
}
}