2022-06-09 11:51:19 +01:00
|
|
|
{
|
|
|
|
"name": "gotosocial-frontend",
|
2022-09-29 11:02:41 +01:00
|
|
|
"version": "0.5.0",
|
2022-06-09 11:51:19 +01:00
|
|
|
"description": "GoToSocial frontend sources",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "f0x",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"dependencies": {
|
2022-11-02 15:31:43 +00:00
|
|
|
"@reduxjs/toolkit": "^1.8.6",
|
2022-06-09 11:51:19 +01:00
|
|
|
"bluebird": "^3.7.2",
|
2022-09-29 11:02:41 +01:00
|
|
|
"dotty": "^0.1.2",
|
|
|
|
"is-valid-domain": "^0.1.6",
|
2022-06-09 11:51:19 +01:00
|
|
|
"js-file-download": "^0.4.12",
|
2022-10-12 18:18:41 +01:00
|
|
|
"langs": "^2.0.0",
|
2022-08-08 09:40:51 +01:00
|
|
|
"modern-normalize": "^1.1.0",
|
2022-11-02 15:31:43 +00:00
|
|
|
"photoswipe": "^5.3.3",
|
|
|
|
"photoswipe-dynamic-caption-plugin": "^1.2.7",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-09-29 11:02:41 +01:00
|
|
|
"react-error-boundary": "^3.1.4",
|
2022-11-02 15:31:43 +00:00
|
|
|
"react-redux": "^8.0.4",
|
|
|
|
"redux": "^4.2.0",
|
2022-09-29 11:02:41 +01:00
|
|
|
"redux-devtools-extension": "^2.13.9",
|
|
|
|
"redux-persist": "^6.0.0",
|
2022-11-02 15:31:43 +00:00
|
|
|
"skulk": "^0.0.5",
|
2022-09-29 11:02:41 +01:00
|
|
|
"wouter": "^2.8.0-alpha.2"
|
2022-06-09 11:51:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-02 15:31:43 +00:00
|
|
|
"@babel/core": "^7.19.6",
|
|
|
|
"@babel/preset-env": "^7.19.4",
|
|
|
|
"@babel/preset-react": "^7.18.6",
|
|
|
|
"@browserify/envify": "^6.0.0",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"babelify": "^10.0.0",
|
|
|
|
"css-extract": "^2.0.0",
|
|
|
|
"factor-bundle": "^2.5.0",
|
|
|
|
"icssify": "^2.0.0",
|
|
|
|
"postcss": "^8.4.18",
|
|
|
|
"postcss-custom-prop-vars": "^0.0.5",
|
|
|
|
"postcss-import": "^15.0.0",
|
|
|
|
"postcss-nested": "^6.0.0",
|
|
|
|
"uglifyify": "^5.0.2"
|
2022-06-09 11:51:19 +01:00
|
|
|
}
|
|
|
|
}
|