-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 Bytes
/
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
{
"name": "realtime-front",
"version": "1.0.0",
"description": "My wonderful Nuxt.js project",
"author": "SAdeq",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate --port 3000",
"start": "nuxt-ts start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxt/http": "^0.5.10",
"@nuxt/typescript-runtime": "^0.4.0",
"@types/chart.js": "^2.9.23",
"chart.js": "^2.9.3",
"invert-color": "^2.0.0",
"moment": "^2.27.0",
"nuxt": "^2.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-persian-datetime-picker": "^2.2.0",
"vue-property-decorator": "^9.0.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/vuetify": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}