11{
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" ,
11- "lint:fix" : " eslint --ext .js,.vue src --fix" ,
12- "stylelint" : " stylelint 'src/**/*.vue' 'css/**/*.css'" ,
13- "stylelint:fix" : " stylelint 'src/**/*.vue' 'css/**/*.css' --fix"
14- },
15- "dependencies" : {
16- "@nextcloud/axios" : " ^2.3.0" ,
17- "@nextcloud/dialogs" : " ^4.0.1" ,
18- "@nextcloud/event-bus" : " ^3.1.0" ,
19- "@nextcloud/initial-state" : " ^2.0.0" ,
20- "@nextcloud/moment" : " ^1.2.1" ,
21- "@nextcloud/router" : " ^2.1.2" ,
22- "@nextcloud/vue" : " ^7.12.0" ,
23- "diff" : " ^5.1.0" ,
24- "easymde" : " ^2.18.0" ,
25- "markdown-it" : " ^13.0.1" ,
26- "markdown-it-task-checkbox" : " ^1.0.6" ,
27- "vue" : " ^2.7.14" ,
28- "vue-fragment" : " 1.5.1" ,
29- "vue-material-design-icons" : " ^5.2.0" ,
30- "vue-observe-visibility" : " ^1.0.0" ,
31- "vue-router" : " ^3.5.3" ,
32- "vuex" : " ^3.6.2"
33- },
34- "devDependencies" : {
35- "@nextcloud/babel-config" : " ^1.0.0" ,
36- "@nextcloud/browserslist-config" : " ^2.3.0" ,
37- "@nextcloud/eslint-config" : " ^8.2.1" ,
38- "@nextcloud/stylelint-config" : " ^2.3.0" ,
39- "@nextcloud/webpack-vue-config" : " ^5.5.1"
40- },
41- "engines" : {
42- "node" : " ^16 .0.0" ,
43- "npm" : " ^7.0.0 || ^8 .0.0"
44- },
45- "browserslist" : [
46- " extends @nextcloud/browserslist-config"
47- ],
48- "version" : " 4.8.0"
49- }
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" ,
11+ "lint:fix" : " eslint --ext .js,.vue src --fix" ,
12+ "stylelint" : " stylelint 'src/**/*.vue' 'css/**/*.css'" ,
13+ "stylelint:fix" : " stylelint 'src/**/*.vue' 'css/**/*.css' --fix"
14+ },
15+ "dependencies" : {
16+ "@nextcloud/axios" : " ^2.3.0" ,
17+ "@nextcloud/dialogs" : " ^4.0.1" ,
18+ "@nextcloud/event-bus" : " ^3.1.0" ,
19+ "@nextcloud/initial-state" : " ^2.0.0" ,
20+ "@nextcloud/moment" : " ^1.2.1" ,
21+ "@nextcloud/router" : " ^2.1.2" ,
22+ "@nextcloud/vue" : " ^7.12.0" ,
23+ "diff" : " ^5.1.0" ,
24+ "easymde" : " ^2.18.0" ,
25+ "markdown-it" : " ^13.0.1" ,
26+ "markdown-it-task-checkbox" : " ^1.0.6" ,
27+ "vue" : " ^2.7.14" ,
28+ "vue-fragment" : " 1.5.1" ,
29+ "vue-material-design-icons" : " ^5.2.0" ,
30+ "vue-observe-visibility" : " ^1.0.0" ,
31+ "vue-router" : " ^3.5.3" ,
32+ "vuex" : " ^3.6.2"
33+ },
34+ "devDependencies" : {
35+ "@nextcloud/babel-config" : " ^1.0.0" ,
36+ "@nextcloud/browserslist-config" : " ^2.3.0" ,
37+ "@nextcloud/eslint-config" : " ^8.2.1" ,
38+ "@nextcloud/stylelint-config" : " ^2.3.0" ,
39+ "@nextcloud/webpack-vue-config" : " ^5.5.1"
40+ },
41+ "engines" : {
42+ "node" : " ^20 .0.0" ,
43+ "npm" : " ^9 .0.0"
44+ },
45+ "browserslist" : [
46+ " extends @nextcloud/browserslist-config"
47+ ],
48+ "version" : " 4.8.0"
49+ }
0 commit comments