-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 2.17 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
{
"name": "vrcfriendcheck",
"version": "1.5.6",
"description": "VRChatにてフレンドのオンライ状況が確認できる拡張機能です",
"author": "mnao305 <naomasa305@gmail.com>",
"scripts": {
"lint": "eslint --ext .js,.vue,.ts src",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build-zip": "node scripts/build-zip.js",
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"releaseCWS": "cd dist && webstore upload --auto-publish",
"releaseAMO": "cd dist && web-ext-submit",
"release": "npm run releaseCWS"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/vue-fontawesome": "2.0.6",
"vrcapi-client": "0.4.0",
"vue": "2.6.14",
"vue-router": "3.5.4",
"webextension-polyfill": "0.9.0",
"webextension-polyfill-ts": "0.26.0"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/plugin-proposal-optional-chaining": "7.17.12",
"@babel/preset-env": "7.18.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"archiver": "5.3.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
"chrome-webstore-upload-cli": "2.1.0",
"copy-webpack-plugin": "5.1.2",
"core-js": "3.23.1",
"cross-env": "7.0.3",
"css-loader": "5.2.7",
"ejs": "3.1.8",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-vue": "7.20.0",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "0.12.0",
"sass": "1.52.3",
"sass-loader": "^10.2.1",
"ts-loader": "8.4.0",
"typescript": "4.6.4",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.6.14",
"web-ext-submit": "7.0.0",
"web-ext-types": "3.2.1",
"webpack": "5.76.0",
"webpack-cli": "4.10.0",
"webpack-shell-plugin-next": "^1.2.0"
}
}