assemble/package.json

54 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2024-01-28 00:52:42 +03:00
{
"name": "assemble",
"description": "Basit Sosyal Medya",
"version": "0.1.0",
"main": "server.js",
"scripts": {
2024-01-28 21:17:45 +03:00
"compile": "webpack-cli --config webpack.config.js --progress --mode production",
"dev-compile": "webpack-cli --config webpack.config.js --watch --progress --mode development"
2024-01-28 00:52:42 +03:00
},
"repository": {
"type": "git",
"url": "https://git.saqut.com/saqut/assemble.git"
},
"keywords": [
"social",
"media",
"nodejs",
"node",
"javascript",
"mysql",
"express"
],
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr>",
"license": "GPL-3.0",
"dependencies": {
2024-01-28 03:50:31 +03:00
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
2024-01-28 04:03:41 +03:00
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
2024-01-28 00:52:42 +03:00
"@reduxjs/toolkit": "^2.1.0",
2024-01-28 03:50:31 +03:00
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
2024-01-28 00:52:42 +03:00
"express": "^4.18.2",
2024-01-28 03:50:31 +03:00
"file-loader": "^6.2.0",
2024-01-28 00:52:42 +03:00
"knex": "^3.1.0",
2024-01-28 03:50:31 +03:00
"mini-css-extract-plugin": "^2.7.7",
2024-01-28 21:17:45 +03:00
"moment": "^2.30.1",
2024-01-28 00:52:42 +03:00
"mysql": "^2.18.1",
"react": "^18.2.0",
2024-01-28 03:50:31 +03:00
"react-dom": "^18.2.0",
2024-01-28 00:52:42 +03:00
"react-redux": "^9.1.0",
2024-01-28 03:50:31 +03:00
"react-router-dom": "^6.21.3",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3"
2024-01-28 00:52:42 +03:00
}
}