2015-01-12 17:58:07 -05:00
|
|
|
{
|
2017-11-13 01:23:39 -05:00
|
|
|
"name": "frankerfacez",
|
|
|
|
"author": "Dan Salvato LLC",
|
2023-08-19 18:08:44 -04:00
|
|
|
"version": "4.50.0",
|
2017-11-13 01:23:39 -05:00
|
|
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
2021-03-13 16:35:59 -05:00
|
|
|
"private": true,
|
2018-04-03 13:10:19 -04:00
|
|
|
"license": "Apache-2.0",
|
2017-11-13 01:23:39 -05:00
|
|
|
"scripts": {
|
2023-09-01 17:01:52 -04:00
|
|
|
"start": "pnpm dev",
|
2018-04-01 18:24:08 -04:00
|
|
|
"eslint": "eslint \"src/**/*.{js,jsx,vue}\"",
|
2019-06-19 20:57:14 -04:00
|
|
|
"clean": "rimraf dist",
|
2023-09-01 17:01:52 -04:00
|
|
|
"dev": "cross-env NODE_ENV=development webpack serve",
|
|
|
|
"dev:prod": "cross-env NODE_ENV=production webpack serve",
|
2021-11-06 20:12:55 -04:00
|
|
|
"build": "pnpm build:prod",
|
2023-09-01 17:01:52 -04:00
|
|
|
"build:stats": "cross-env NODE_ENV=production webpack build --json > stats.json",
|
|
|
|
"build:prod": "cross-env NODE_ENV=production webpack build",
|
|
|
|
"build:dev": "cross-env NODE_ENV=development webpack build",
|
2021-11-06 20:12:55 -04:00
|
|
|
"font": "pnpm font:edit",
|
2019-09-29 15:49:29 -04:00
|
|
|
"font:edit": "fontello-cli --cli-config fontello.client.json edit",
|
2021-11-06 20:12:55 -04:00
|
|
|
"font:save": "fontello-cli --cli-config fontello.client.json save && pnpm font:update",
|
2019-09-29 15:49:29 -04:00
|
|
|
"font:update": "node bin/update_fonts"
|
2017-11-13 01:23:39 -05:00
|
|
|
},
|
2015-01-12 17:58:07 -05:00
|
|
|
"devDependencies": {
|
2021-02-09 19:14:56 -05:00
|
|
|
"@ffz/fontello-cli": "^1.0.4",
|
2023-09-01 17:01:52 -04:00
|
|
|
"browserslist": "^4.21.10",
|
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2021-06-18 14:27:14 -04:00
|
|
|
"cross-env": "^7.0.3",
|
2023-09-01 17:01:52 -04:00
|
|
|
"css-loader": "^6.8.1",
|
|
|
|
"esbuild-loader": "^4.0.2",
|
|
|
|
"eslint": "^8.48.0",
|
|
|
|
"eslint-plugin-import": "^2.28.1",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
|
|
"extract-loader": "^5.1.0",
|
|
|
|
"file-loader": "^6.2.0",
|
2019-06-19 20:57:14 -04:00
|
|
|
"json-loader": "^0.5.7",
|
2023-09-01 17:01:52 -04:00
|
|
|
"minify-graphql-loader": "^1.0.2",
|
|
|
|
"raw-loader": "^4.0.2",
|
|
|
|
"rimraf": "^5.0.1",
|
|
|
|
"sass": "^1.66.1",
|
|
|
|
"sass-loader": "^13.3.2",
|
|
|
|
"semver": "^7.5.4",
|
|
|
|
"vue-loader": "^15.10.2",
|
2021-06-18 14:27:14 -04:00
|
|
|
"vue-template-compiler": "^2.6.14",
|
2023-09-01 17:01:52 -04:00
|
|
|
"webpack": "^5.88.2",
|
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-dev-server": "^4.15.1",
|
|
|
|
"webpack-manifest-plugin": "^5.0.0"
|
2015-01-12 17:58:07 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-11-13 01:23:39 -05:00
|
|
|
"url": "https://github.com/FrankerFaceZ/FrankerFaceZ.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-17 14:27:04 -04:00
|
|
|
"@ffz/icu-msgparser": "^2.0.0",
|
2021-11-10 18:27:52 -05:00
|
|
|
"@popperjs/core": "^2.10.2",
|
2021-06-18 14:27:14 -04:00
|
|
|
"crypto-js": "^3.3.0",
|
2021-11-06 20:12:55 -04:00
|
|
|
"dayjs": "^1.10.7",
|
2020-07-10 20:08:29 -04:00
|
|
|
"displacejs": "^1.4.1",
|
2021-06-18 14:27:14 -04:00
|
|
|
"emoji-regex": "^9.2.2",
|
|
|
|
"file-saver": "^2.0.5",
|
2021-11-06 20:12:55 -04:00
|
|
|
"graphql": "^16.0.1",
|
|
|
|
"graphql-tag": "^2.12.6",
|
2019-12-31 18:09:09 -05:00
|
|
|
"js-cookie": "^2.2.1",
|
2023-03-30 14:54:33 -04:00
|
|
|
"jszip": "^3.7.1",
|
2021-11-06 20:12:55 -04:00
|
|
|
"markdown-it": "^12.2.0",
|
2020-07-10 20:08:29 -04:00
|
|
|
"markdown-it-link-attributes": "^3.0.0",
|
2021-11-06 20:12:55 -04:00
|
|
|
"mnemonist": "^0.38.5",
|
2021-06-18 14:27:14 -04:00
|
|
|
"path-to-regexp": "^3.2.0",
|
2021-11-06 20:12:55 -04:00
|
|
|
"raven-js": "^3.27.2",
|
|
|
|
"react": "^17.0.2",
|
2020-07-10 20:08:29 -04:00
|
|
|
"safe-regex": "^2.1.1",
|
2021-11-06 20:12:55 -04:00
|
|
|
"sortablejs": "^1.14.0",
|
2019-10-04 14:57:13 -04:00
|
|
|
"sourcemapped-stacktrace": "^1.1.11",
|
2019-10-06 20:01:22 -04:00
|
|
|
"text-diff": "^1.0.1",
|
2021-11-06 20:12:55 -04:00
|
|
|
"vue": "^2.6.14",
|
2018-04-29 01:28:19 -04:00
|
|
|
"vue-clickaway": "^2.2.2",
|
2021-06-18 14:27:14 -04:00
|
|
|
"vue-color": "^2.8.1",
|
2021-11-06 20:12:55 -04:00
|
|
|
"vue-observe-visibility": "^1.0.0",
|
2021-06-18 14:27:14 -04:00
|
|
|
"vuedraggable": "^2.24.3"
|
2021-11-06 20:12:55 -04:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
|
|
|
|
"set-value@<4.0.1": ">=4.0.1",
|
|
|
|
"glob-parent@<5.1.2": ">=5.1.2"
|
|
|
|
}
|
2015-01-12 17:58:07 -05:00
|
|
|
}
|
|
|
|
}
|