-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
61 lines (61 loc) · 1.84 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
{
"name": "riotchat",
"version": "0.18.7",
"description": "Still in development",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npx eslint --ext .js,.vue src",
"eslint": "npx eslint --ext .js,.vue --no-eslintrc -c ./src/.eslintrc.json src",
"eslint:fix": "npx eslint --ext .js,.vue --no-eslintrc -c ./src/.eslintrc.json src --fix",
"build": "NODE_ENV=production npx webpack --progress",
"dev": "npx webpack --progress",
"watch": "npx webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gary-kim/riotchat.git"
},
"author": "Gary Kim <gary@garykim.dev>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gary-kim/riotchat/issues"
},
"homepage": "https://github.com/gary-kim/riotchat#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@nextcloud/browserslist-config": "^3.0.1",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.30.0",
"sass-loader": "^14.2.1",
"vue-loader": "^15.11.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.14.0",
"core-js": "^3.39.0",
"sass": "^1.81.0",
"vue": "^2.7.16"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}