-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 1.92 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "market",
"version": "0.2.0",
"description": "MarketPlace/AppStore integration",
"main": "app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --progress --colors --watch",
"build-dev": "webpack",
"build": "NODE_ENV=production node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owncloud/market.git"
},
"keywords": [
"ownCloud",
"Marketplace"
],
"author": "Felix Heidecke",
"license": "AGPL-3.0",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.0.0",
"axios": "^1.20.0",
"babel-loader": "^9.0.0",
"core-js": "^3.50.0",
"css-loader": "^7.1.5",
"easygettext": "^2.17.0",
"expose-loader": "^5.0.1",
"jquery": "3.6.0",
"less": "^4.9.1",
"less-loader": "^13.0.0",
"sass": "^1.104.0",
"pug": "3.0.4",
"sass-loader": "^17.0.1",
"showdown": "^2.1.0",
"style-loader": "^4.0.0",
"uglify-js": "3.19.3",
"uikit": "3.25.22",
"underscore": "1.13.8",
"vue": "2.7.16",
"vue-gettext": "2.1.12",
"vue-loader": "^15.11.1",
"vue-pug-loader": "^1.1.29",
"vue-router": "3.5.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "2.7.16",
"vuex": "3.6.2",
"webpack": "^5.110.3"
},
"devDependencies": {
"acorn": "8.18.0",
"ansi-regex": "6.3.0",
"glob-parent": "6.0.2",
"json-schema": "0.4.0",
"json5": "2.2.3",
"kind-of": "6.0.3",
"loader-utils": "3.3.1",
"minimist": "1.2.8",
"scss-tokenizer": "0.4.3",
"set-value": "4.1.0",
"webpack-cli": "^7.2.3"
},
"overrides": {
"postcss": "^8.5.10"
},
"engines": {
"node": ">=6.9 <=20"
},
"bugs": {
"url": "https://github.com/owncloud/market/issues"
},
"homepage": "https://github.com/owncloud/market#readme",
"snyk": true
}