-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.59 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.59 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
{
"name": "@aiswarm/ui-web",
"version": "0.1.9",
"description": "",
"main": "index.js",
"type": "module",
"keywords": [
"@aiswarm:plugin"
],
"author": "Ravi Gairola <mallox@pyxzl.net>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest --coverage test/",
"postinstall": "test -d ./dist && echo \"Skipping postinstall\" || npm run build",
"link": "npm link ../api-graphql"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@apollo/link-ws": "^2.0.0-beta.3",
"@mdi/font": "^7.3.67",
"@vue/apollo-composable": "^4.0.0-beta.11",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"polka": "^0.5.2",
"sirv": "^2.0.3",
"vue": "^3.2.13",
"vue-router": "^4.0.13",
"vuetify": "^3.4.2"
},
"peerDependencies": {
"@aiswarm/api-graphql": "^0.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"jest": "^29.7.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylus": "^0.62.0",
"stylus-loader": "^7.1.3"
},
"browserslist": [
"> 3%",
"last 2 versions",
"not dead",
"not ie 11"
]
}