-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.79 KB
/
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
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
{
"name": "nextline-web",
"version": "0.9.12",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"test": "vitest",
"lint": "eslint src",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@material/material-color-utilities": "^0.3.0",
"@urql/vue": "1.3.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"canvas": "^2.11.2",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"monaco-editor": "^0.50.0",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"vue": "~3.4.31",
"vue-router": "^4.4.0",
"vuetify": "~3.6.11"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-vue-urql": "^3.1.0",
"@rollup/plugin-graphql": "^2.0.4",
"@types/node": "~20.14.10",
"@types/path-browserify": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.27.0",
"graphql-tag": "^2.12.6",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"rollup": "^4.18.0",
"sass": "^1.77.6",
"ts-node": "^10.9.2",
"type-fest": "^4.21.0",
"typescript": "~5.5.3",
"vite": "~5.3.3",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-package-version": "^1.1.0",
"vitest": "~1.6.0"
}
}