-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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": "canary",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"dev:host": "nuxt --hostname '192.168.0.199' --port 8000"
},
"dependencies": {
"@nuxt/http": "^0.6.4",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/recaptcha": "^1.0.4",
"animate.css": "^4.1.1",
"apexcharts": "^3.27.3",
"axios": "^0.21.4",
"core-js": "^3.15.1",
"express": "^4.17.1",
"ioredis": "^4.28.0",
"nuxt": "^2.15.7",
"nuxt-animejs": "^1.2.2",
"nuxt-clipboard": "^0.0.6",
"nuxt-dropzone": "^1.0.4",
"nuxt-offline-alert": "^0.0.7",
"nuxt-socket-io": "^1.1.24",
"nuxt-winston-log": "^1.2.0",
"pusher-js": "^7.0.3",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
"v-click-outside": "^3.1.2",
"vee-validate": "^3.4.13",
"vue-apexcharts": "^1.6.2",
"vue-cookies": "^1.7.4",
"vue-notification": "^1.3.20",
"vue-timeago": "^5.1.3"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/pwa": "^3.3.5",
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11"
}
}