-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "server-dashboard-nuxtjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate"
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/pwa": "^3.3.5",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.35",
"body-parser": "^1.19.0",
"core-js": "^3.8.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"glob": "^7.1.6",
"nuxt": "^2.14.12",
"nuxt-property-decorator": "^2.9.1",
"nuxt-session": "^1.0.3",
"passwd-linux": "^2.0.0",
"session-file-store": "^1.5.0",
"sha512crypt-node": "^0.1.0",
"socket.io": "^3.1.1",
"socket.io-client": "^3.1.1",
"systeminformation": "^5.3.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"fibers": "^5.0.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "10"
}
}