-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.63 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
{
"name": "maniiifision",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/picturae/maniiifision.git",
"author": "Picturae | ManiiiFision",
"license": "GPL-3.0",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tsc": "vue-tsc",
"lint": "eslint \"src/**/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}\"",
"lint:fix": "yarn lint:format && yarn lint:es-fix",
"lint:es-fix": "eslint --fix \"src/**/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}\"",
"lint:format": "prettier --ignore-path .gitignore --write \"src/**/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}\""
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@iiif/presentation-3": "^2.1.3",
"@types/jsonpath": "^0.2.2",
"@vue/apollo-composable": "^4.0.0-beta.11",
"@vue/apollo-util": "^4.0.0-beta.6",
"axios": "^1.6.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"jsonpath": "^1.1.1",
"mirador": "^3.3.0",
"pinia": "^2.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.1.6",
"vue": "^3.3.4",
"vue-tsc": "^1.8.10"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"vite": "^4.4.9",
"vue-tsc-eslint-hook": "^1.8.10"
}
}