-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "astrolabe",
"version": "0.42.7",
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^24.0.0",
"npm": "^12.0.0"
},
"scripts": {
"build": "vite build",
"dev": "vite --mode development build",
"watch": "vite --mode development build --watch",
"lint": "eslint src",
"stylelint": "stylelint 'src/**/*.vue' 'src/**/*.scss' 'src/**/*.css'",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:external-idp": "playwright test --config playwright.external-idp.config.ts"
},
"type": "module",
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^7.2.0",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.3.3",
"markdown-it": "^15.0.0",
"pdfjs-dist": "^5.7.284",
"plotly.js-dist-min": "^4.0.0",
"vue": "^3.0.0",
"vue-material-design-icons": "^5.3.1"
},
"devDependencies": {
"@nextcloud/browserslist-config": "3.1.2",
"@nextcloud/eslint-config": "9.0.1",
"@nextcloud/stylelint-config": "3.2.2",
"@playwright/test": "1.56.1",
"@vitejs/plugin-vue": "6.0.8",
"eslint": "10.9.1",
"sass-embedded": "1.103.1",
"stylelint": "17.14.1",
"terser": "5.51.0",
"vite": "8.2.2"
}
}