-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.02 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.02 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "impresso-frontend",
"version": "3.4.0",
"description": "Frontend app for Impresso project",
"author": "impresso <info@impresso-project.ch>",
"contributors": [
"Thijs van Beek",
"Daniele Guido",
"Roman Kalyakin",
"Paul Schroeder"
],
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"dev-https": "HTTPS=true vite",
"dev-staging": "vite --mode staging",
"dev-prod": "vite --mode prod",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build --base=/app",
"build-only-dev": "vite build --mode development",
"type-check": "vue-tsc --build ./tsconfig.app.json --force",
"type-check-watch": "vue-tsc -p ./tsconfig.app.json -w",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"start": "npm run serve",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"coverage": "vitest run --coverage",
"generate-types": "node src/scripts/generateTypes.ts"
},
"dependencies": {
"@citation-js/core": "^0.7.21",
"@citation-js/plugin-bibtex": "^0.7.21",
"@citation-js/plugin-csl": "^0.7.22",
"@feathersjs/authentication-client": "5.0.25",
"@feathersjs/feathers": "5.0.25",
"@feathersjs/rest-client": "5.0.25",
"@feathersjs/socketio-client": "5.0.25",
"@floating-ui/vue": "^1.1.5",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"ajv": "^8.17.1",
"axios": "^1.12.2",
"bigint-buffer": "^1.1.5",
"d3": "7.9.0",
"diff": "^8.0.3",
"dripicons": "2.0.0",
"filepond": "4.9.4",
"filepond-plugin-file-validate-size": "2.2.0",
"filepond-plugin-file-validate-type": "1.2.4",
"highlight.js": "^11.11.1",
"impresso-jscommons": "github:impresso/impresso-jscommons#v1.13.0",
"impresso-ui-components": "github:impresso/impresso-ui-components#develop",
"marked": "^15.0.7",
"mitt": "^3.0.1",
"openseadragon": "^6.0.1",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "3.2.1",
"socket.io-client": "4.7.5",
"svg-overlay": "github:openseadragon/svg-overlay",
"uuid": "9.0.1",
"vue": "3.5.16",
"vue-3-slider-component": "1.0.0",
"vue-flatpickr-component": "11.0.5",
"vue-i18n": "^11.3.0",
"vue-matomo": "^4.2.0",
"vue-router": "4.3.2",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.0",
"@intlify/unplugin-vue-i18n": "11.0.7",
"@rushstack/eslint-patch": "^1.8.0",
"@storybook/addon-docs": "10.2.17",
"@storybook/addon-links": "10.2.17",
"@storybook/vue3-vite": "10.2.17",
"@tsconfig/node20": "^20.1.4",
"@types/d3": "^7.4.3",
"@types/jsdom": "^21.1.6",
"@types/mocha": "^7.0.2",
"@types/node": "^20.12.5",
"@types/openseadragon": "^5.0.2",
"@vitejs/plugin-basic-ssl": "^2.2.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "10.4.19",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "10.2.17",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"json-schema-to-typescript": "15.0.4",
"less": "4.2.0",
"msw": "^2.3.1",
"msw-storybook-addon": "^2.0.6",
"npm-run-all2": "^6.1.2",
"openapi-typescript": "^7.10.1",
"prettier": "^3.2.5",
"sass": "1.98.0",
"start-server-and-test": "^2.0.3",
"storybook": "10.2.17",
"storybook-vue3-router": "^7.0.0",
"typescript": "~5.4.0",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "7.7.7",
"vitest": "^4.1.0",
"vue-component-type-helpers": "^2.0.21",
"vue-tsc": "^3.2.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"msw": {
"workerDirectory": [
"public"
]
}
}