-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
77 lines (77 loc) · 1.87 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"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 webpack"
},
"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.23.2",
"@babel/preset-env": "^7.0.0",
"axios": "1.6.8",
"babel-loader": "^9.0.0",
"core-js": "^3.33.1",
"css-loader": "^6.8.1",
"easygettext": "^2.17.0",
"expose-loader": "^4.1.0",
"jquery": "3.6.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"node-sass": "^9.0.0",
"pug": "3.0.3",
"sass-loader": "^13.3.2",
"showdown": "^2.1.0",
"style-loader": "^3.3.3",
"uglify-js": "3.17.4",
"uikit": "3.21.5",
"underscore": "1.13.6",
"vue": "2.5.21",
"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.5.21",
"vuex": "3.6.2",
"webpack": "^5.89.0"
},
"devDependencies": {
"acorn": "5.7.4",
"ansi-regex": "4.1.1",
"glob-parent": "5.1.2",
"json-schema": "0.4.0",
"json5": "2.2.3",
"kind-of": "6.0.3",
"loader-utils": "1.4.2",
"minimist": "1.2.8",
"scss-tokenizer": "0.4.3",
"set-value": "2.0.1",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=6.9 <=8"
},
"bugs": {
"url": "https://github.com/owncloud/market/issues"
},
"homepage": "https://github.com/owncloud/market#readme",
"snyk": true
}