Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c14546ccd9efb8d3ca383fbc42aa6658557fdf30 (plain)
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
{
  "name": "checksum",
  "description": "Checksum app for Nextcloud",
  "version": "1.1.4",
  "author": "westberliner",
  "license": "agpl",
  "private": true,
  "scripts": {
    "build": "NODE_ENV=production webpack --config webpack.prod.js",
    "dev": "NODE_ENV=development webpack --config webpack.dev.js",
    "watch": "NODE_ENV=development webpack --config webpack.dev.js --watch",
    "deploy": "rm -rf js/* && npm install && npm run build && cd .. && tar -cvzf checksum.tar.gz -X checksum/.exclude checksum && cd checksum"
  },
  "dependencies": {
    "@nextcloud/axios": "^1.10.0",
    "@nextcloud/l10n": "^1.6.0",
    "@nextcloud/router": "^2.0.0",
    "@nextcloud/vue": "^5.3.0",
    "vue": "^2.6.12"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/eslint-parser": "^7.16.3",
    "@babel/preset-env": "^7.12.11",
    "@nextcloud/browserslist-config": "^1.0.0",
    "@nextcloud/eslint-config": "^8.0.0",
    "@nextcloud/eslint-plugin": "^2.0.0",
    "@nextcloud/webpack-vue-config": "^5.0.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "core-js": "^3.8.1",
    "css-loader": "^6.5.0",
    "eslint": "^8.4.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-vue": "^8.2.0",
    "eslint-webpack-plugin": "^2.5.2",
    "sass": "^1.32.8",
    "sass-loader": "^12.4.1",
    "stylelint": "^13.11.0",
    "stylelint-config-recommended-scss": "^4.2.0",
    "stylelint-scss": "^3.19.0",
    "stylelint-webpack-plugin": "^2.1.1",
    "vue-loader": "^15.9.6",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^5.11.0",
    "webpack-cli": "^4.2.0",
    "webpack-merge": "^5.7.2"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ]
}