appstore/package.json

63 строки
1.6 KiB
JSON

{
"name": "nextcloudappstore",
"version": "1.0.0",
"description": "Nextcloud App Store",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"blazy": "^1.8.2",
"bootstrap": "^3.3.7",
"bootstrap.native": "^2.0.19",
"highlight.js": "^11.0.0",
"markdown-it": "^13.0.0",
"screenfull": "^6.0.0"
},
"devDependencies": {
"@types/blazy": "^1.5.30",
"@types/highlight.js": "^10.0.0",
"@types/jasmine": "^5.0.0",
"@types/markdown-it": "13.0.8",
"copy-webpack-plugin": "^11.0.0",
"jasmine-core": "^5.0.0",
"karma": "^6.3.16",
"karma-firefox-launcher": "^2.0.0",
"karma-jasmine": "^5.0.0",
"karma-webpack": "^5.0.0",
"ts-loader": "^9.0.0",
"typescript": "5.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --mode production",
"watch": "./node_modules/.bin/webpack --progress --watch --mode development",
"watch-test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/appstore.git"
},
"keywords": [
"app",
"store",
"nextcloud",
"cloud",
"django",
"python"
],
"author": "Nextcloud Community",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/appstore/issues"
},
"homepage": "https://github.com/nextcloud/appstore#readme",
"private": true,
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
}