-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
62 lines (62 loc) · 1.58 KB
/
package.json
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
56
57
58
59
60
61
62
{
"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.9",
"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"
}
}