-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.63 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.63 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
50
51
52
53
54
{
"name": "gravity-explorer-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"export": "nuxt-ts export",
"generate": "nuxt-ts generate",
"serve": "nuxt-ts serve",
"lint:js": "eslint --ext .js,.vue --fix --ignore-path .gitignore .",
"lint": "npm run lint:js",
"swagger-typegen": "swagger-codegen generate -i https://node.gravityhub.org/swagger.json -l typescript-angular -o models/"
},
"dependencies": {
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@nuxt/types": "^2.13.3",
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"bootstrap.native": "^3.0.9",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"nuxt": "^2.13.0",
"nuxt-lazy-load": "^1.2.4",
"nuxt-mq": "^2.0.1",
"rxjs": "^6.6.0",
"swagger-codegen": "^0.1.1",
"vue": "2.6.12",
"vue-infinite-scroll": "^2.0.2",
"vue-server-renderer": "2.6.12",
"vue-textarea-autosize": "^1.1.1",
"vue-thin-modal": "^1.3.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.3",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"sass-loader": "^9.0.1"
}
}