forked from jsmnbom/ao3-enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 5.03 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ao3-enhancements",
"version": "0.4.0-beta.9",
"description": "Firefox webextension: Various tweaks and enhancements for ArchiveOfOurOwn.org",
"main": "webpack.config.ts",
"dependencies": {
"@carbon/charts": "^0.42.1",
"@carbon/charts-vue": "^0.41.91",
"@carbon/themes": "^10.40.0",
"@sweetalert2/theme-dark": "^5.0.1",
"@types/object-path": "^0.11.1",
"base32768": "^2.0.2",
"class-transformer": "^0.4.0",
"classnames": "^2.3.1",
"d3": "^7.0.1",
"dayjs": "^1.10.6",
"file-saver": "^2.0.5",
"fuse.js": "^6.4.6",
"lzma": "^2.3.2",
"object-path": "^0.11.5",
"p-debounce": "^4.0.0",
"p-queue": "^6.6.2",
"pluralize": "^8.0.0",
"query-string": "^5.1.1",
"reflect-metadata": "github:conoremclaughlin/reflect-metadata",
"rfdc": "^1.3.0",
"serialize-error": "^8.1.0",
"string-replace-loader": "^3.0.3",
"sweetalert2": "^11.0.19",
"tinycolor2": "^1.4.2",
"trimerge": "^1.3.0-alpha.15",
"tslib": "^2.3.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-frag": "^1.1.5",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.2",
"vuetify": "^2.5.6"
},
"devDependencies": {
"@mdi/js": "^5.9.55",
"@prettier/plugin-pug": "^1.16.0",
"@types/file-saver": "^2.0.2",
"@types/firefox-webext-browser": "^82.0.1",
"@types/imagemin-svgo": "^9.0.1",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/node": "^16.0.1",
"@types/pluralize": "0.0.29",
"@types/pug": "^2.0.5",
"@types/sass": "^1.16.1",
"@types/semver": "^7.3.8",
"@types/svgo": "^2.3.1",
"@types/terser-webpack-plugin": "^5.0.4",
"@types/tinycolor2": "^1.4.3",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vue/devtools": "^5.3.4",
"concurrently": "^6.2.0",
"css-loader": "^5.2.6",
"dom-chef": "^4.2.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.13.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"html-loader": "^2.1.2",
"imagemin": "^7.0.1",
"imagemin-svgo": "^9.0.0",
"img-loader": "^3.0.2",
"mini-css-extract-plugin": "^2.2.0",
"npm-build-zip": "^1.0.3",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"semver": "^7.3.5",
"strip-json-comments": "^3.1.1",
"style-loader": "^3.0.0",
"svgo": "^2.3.1",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typed-query-selector": "^2.6.0",
"typescript": "^4.3.5",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2",
"web-ext": "^6.2.0",
"webextension-manifest-loader": "^0.1.1",
"webextension-polyfill": "^0.8.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"scripts": {
"clean": "rm -rf build",
"clean:firefox": "rm -rf build/firefox/*",
"build:dev:firefox": "npm run clean:firefox && NODE_ENV=development TARGET_VENDOR=firefox TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress",
"build:prod:firefox": "npm run clean:firefox && NODE_ENV=production TARGET_VENDOR=firefox TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress",
"watch:firefox": "npm run build:dev:firefox -- --watch",
"start:firefox": "web-ext --config=web-ext.firefox.js run",
"dist:firefox": "web-ext --config=web-ext.firefox.js build && mv $(jq -r \"\\\"dist/firefox/ao3_enhancements-\\\" + .version + \\\".zip\\\"\" build/firefox/manifest.json) $(jq -r \"\\\"dist/firefox/ao3_enhancements-\\\" + .version + \\\".zip\\\"\" package.json)",
"clean:chrome": "rm -rf build/chrome/*",
"build:dev:chrome": "npm run clean:chrome && NODE_ENV=development TARGET_VENDOR=chrome TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress",
"build:prod:chrome": "npm run clean:chrome && NODE_ENV=production TARGET_VENDOR=chrome TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress",
"watch:chrome": "npm run build:dev:chrome -- --watch",
"start:chrome": "web-ext --config=web-ext.chrome.js run -t chromium",
"dist:chrome": "web-ext --config=web-ext.chrome.js build && mv $(jq -r \"\\\"dist/chrome/ao3_enhancements-\\\" + .version + \\\".zip\\\"\" build/chrome/manifest.json) $(jq -r \"\\\"dist/chrome/ao3_enhancements-\\\" + .version + \\\".zip\\\"\" package.json)",
"start:vue-devtools": "concurrently \"mitmdump -p 8099 --mode reverse:http://localhost:8098/\" \"vue-devtools\"",
"dist:source": "mkdir -p dist/source && zip -r $(jq -r \"\\\"dist/source/ao3_enhancements-\\\" + .version + \\\".zip\\\"\" package.json) . -x \"build**\" -x \"dist**\" -x \"meta**\" -x \"node_modules**\" -x \".git**\" -x \".vscode**\""
},
"author": "jsmnbom",
"license": "MIT",
"private": true
}