|
1 | 1 | { |
2 | | - "name": "notes", |
3 | | - "homepage": "https://github.com/nextcloud/notes", |
4 | | - "license": "agpl", |
5 | | - "private": true, |
6 | | - "scripts": { |
7 | | - "build": "webpack --node-env production --progress", |
8 | | - "dev": "webpack --node-env development --progress", |
9 | | - "watch": "webpack --node-env development --progress --watch", |
10 | | - "lint": "eslint --ext .js,.vue src playwright", |
11 | | - "lint:fix": "eslint --ext .js,.vue src playwright --fix", |
12 | | - "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'", |
13 | | - "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix", |
14 | | - "test:e2e": "playwright test", |
15 | | - "test:e2e:headed": "playwright test --headed" |
16 | | - }, |
17 | | - "dependencies": { |
18 | | - "@nextcloud/axios": "^2.5.1", |
19 | | - "@nextcloud/dialogs": "^7.1.0", |
20 | | - "@nextcloud/event-bus": "^3.3.3", |
21 | | - "@nextcloud/initial-state": "^3.0.0", |
22 | | - "@nextcloud/moment": "^1.3.5", |
23 | | - "@nextcloud/router": "^3.1.0", |
24 | | - "@nextcloud/vue": "^8.34.0", |
25 | | - "diff": "^8.0.2", |
26 | | - "easymde": "^2.20.0", |
27 | | - "markdown-it": "^14.1.0", |
28 | | - "markdown-it-bidi": "^0.2.0", |
29 | | - "markdown-it-task-checkbox": "^1.0.6", |
30 | | - "vue": "^2.7.16", |
31 | | - "vue-frag": "^1.4.3", |
32 | | - "vue-material-design-icons": "^5.3.1", |
33 | | - "vue-observe-visibility": "^1.0.0", |
34 | | - "vue-router": "^3.5.3", |
35 | | - "vuex": "^3.6.2" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "@nextcloud/babel-config": "^1.3.0", |
39 | | - "@nextcloud/browserslist-config": "^3.1.2", |
40 | | - "@nextcloud/e2e-test-server": "^0.4.0", |
41 | | - "@nextcloud/eslint-config": "^8.4.2", |
42 | | - "@nextcloud/stylelint-config": "^3.1.1", |
43 | | - "@nextcloud/webpack-vue-config": "^7.0.2", |
44 | | - "@playwright/test": "^1.57.0", |
45 | | - "playwright": "^1.57.0", |
46 | | - "typescript": "^5.9.3", |
47 | | - "vue-loader": "^15.11.1" |
48 | | - }, |
49 | | - "engines": { |
50 | | - "node": "^24.0.0", |
51 | | - "npm": "^11.3.0" |
52 | | - }, |
53 | | - "browserslist": [ |
54 | | - "extends @nextcloud/browserslist-config" |
55 | | - ], |
56 | | - "version": "4.12.4" |
| 2 | + "name": "notes", |
| 3 | + "homepage": "https://github.com/nextcloud/notes", |
| 4 | + "license": "agpl", |
| 5 | + "private": true, |
| 6 | + "scripts": { |
| 7 | + "build": "webpack --node-env production --progress", |
| 8 | + "dev": "webpack --node-env development --progress", |
| 9 | + "watch": "webpack --node-env development --progress --watch", |
| 10 | + "lint": "eslint --ext .js,.vue src playwright", |
| 11 | + "lint:fix": "eslint --ext .js,.vue src playwright --fix", |
| 12 | + "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'", |
| 13 | + "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix", |
| 14 | + "start:nextcloud": "node playwright/start-nextcloud-server.mjs", |
| 15 | + "test:e2e": "playwright test", |
| 16 | + "test:e2e:headed": "playwright test --headed" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "@nextcloud/axios": "^2.5.1", |
| 20 | + "@nextcloud/dialogs": "^7.1.0", |
| 21 | + "@nextcloud/event-bus": "^3.3.3", |
| 22 | + "@nextcloud/initial-state": "^3.0.0", |
| 23 | + "@nextcloud/moment": "^1.3.5", |
| 24 | + "@nextcloud/router": "^3.1.0", |
| 25 | + "@nextcloud/vue": "^8.34.0", |
| 26 | + "diff": "^8.0.2", |
| 27 | + "easymde": "^2.20.0", |
| 28 | + "markdown-it": "^14.1.0", |
| 29 | + "markdown-it-bidi": "^0.2.0", |
| 30 | + "markdown-it-task-checkbox": "^1.0.6", |
| 31 | + "vue": "^2.7.16", |
| 32 | + "vue-frag": "^1.4.3", |
| 33 | + "vue-material-design-icons": "^5.3.1", |
| 34 | + "vue-observe-visibility": "^1.0.0", |
| 35 | + "vue-router": "^3.5.3", |
| 36 | + "vuex": "^3.6.2" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@nextcloud/babel-config": "^1.3.0", |
| 40 | + "@nextcloud/browserslist-config": "^3.1.2", |
| 41 | + "@nextcloud/e2e-test-server": "^0.4.0", |
| 42 | + "@nextcloud/eslint-config": "^8.4.2", |
| 43 | + "@nextcloud/stylelint-config": "^3.1.1", |
| 44 | + "@nextcloud/webpack-vue-config": "^7.0.2", |
| 45 | + "@playwright/test": "^1.57.0", |
| 46 | + "playwright": "^1.57.0", |
| 47 | + "typescript": "^5.9.3", |
| 48 | + "vue-loader": "^15.11.1" |
| 49 | + }, |
| 50 | + "engines": { |
| 51 | + "node": "^24.0.0", |
| 52 | + "npm": "^11.3.0" |
| 53 | + }, |
| 54 | + "browserslist": [ |
| 55 | + "extends @nextcloud/browserslist-config" |
| 56 | + ], |
| 57 | + "version": "4.12.4" |
57 | 58 | } |
0 commit comments