2017-03-16 23:16:27 +03:00
|
|
|
{
|
2022-08-07 12:55:35 +03:00
|
|
|
"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",
|
2023-09-24 00:03:44 +03:00
|
|
|
"highlight.js": "^11.0.0",
|
2023-06-03 20:20:57 +03:00
|
|
|
"markdown-it": "^13.0.0",
|
2023-06-04 01:14:41 +03:00
|
|
|
"screenfull": "^6.0.0"
|
2022-08-07 12:55:35 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/blazy": "^1.5.30",
|
2024-05-05 01:18:43 +03:00
|
|
|
"@types/highlight.js": "^10.0.0",
|
2024-03-17 13:47:08 +03:00
|
|
|
"@types/jasmine": "^5.0.0",
|
2024-10-06 01:18:32 +03:00
|
|
|
"@types/markdown-it": "13.0.9",
|
2023-06-03 21:03:42 +03:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2023-09-23 18:27:27 +03:00
|
|
|
"jasmine-core": "^5.0.0",
|
2022-11-10 11:51:40 +03:00
|
|
|
"karma": "^6.3.16",
|
2023-05-21 07:19:26 +03:00
|
|
|
"karma-firefox-launcher": "^2.0.0",
|
2023-06-04 00:50:25 +03:00
|
|
|
"karma-jasmine": "^5.0.0",
|
2022-08-07 12:55:35 +03:00
|
|
|
"karma-webpack": "^5.0.0",
|
2023-07-17 21:53:58 +03:00
|
|
|
"ts-loader": "^9.0.0",
|
2024-03-20 13:28:53 +03:00
|
|
|
"typescript": "5.4",
|
2023-03-14 18:42:07 +03:00
|
|
|
"webpack": "^5.76.0",
|
2023-07-17 21:09:46 +03:00
|
|
|
"webpack-cli": "^5.0.0"
|
2022-08-07 12:55:35 +03:00
|
|
|
},
|
|
|
|
"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": {
|
2023-09-23 23:51:35 +03:00
|
|
|
"node": "^20.0.0",
|
2024-01-16 16:13:37 +03:00
|
|
|
"npm": "^10.0.0"
|
2022-08-07 12:55:35 +03:00
|
|
|
}
|
2017-03-16 23:16:27 +03:00
|
|
|
}
|