This repository was archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.04 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.04 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dcis",
"version": "0.16.5",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi preview",
"generate": "graphql-codegen --config codegen.yml && node ./schemaQuery.js",
"generate-nuxt": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path ../.gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@babel/preset-env": "^7.19.4",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/vuetify": "^1.12.3",
"@pinia/nuxt": "^0.4.1",
"@vue/apollo-composable": "^4.0.0-beta.1",
"@vueuse/core": "^9.4.0",
"@vueuse/integrations": "^9.4.0",
"accounting": "^0.4.1",
"apexcharts": "^3.36.0",
"cross-undici-fetch": "^0.4.14",
"detect-browser": "^5.3.0",
"graphql-tag": "^2.12.6",
"moment": "^2.29.4",
"numfmt": "^2.4.2",
"nuxt-edge": "latest",
"pinia": "^2.0.23",
"scule": "^0.3.2",
"v-viewer": "^1.6.4",
"vee-validate": "^3.4.14",
"vue-apexcharts": "^1.6.2",
"vuetify": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/schema-ast": "^2.5.1",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@graphql-codegen/typescript-vue-apollo": "^3.3.6",
"@mdi/font": "^7.0.96",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/types": "^2.15.8",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.2",
"core-js": "^3.25.5",
"eslint": "8.22.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-nuxt": "^4.0.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"typescript": "^4.8.4"
}
}