2023-01-09 20:51:11 +00:00
|
|
|
{
|
2024-01-28 01:36:30 +00:00
|
|
|
"name": "test-webpack",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Template Webpack Starting Project",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/lodash": "^4.14.202",
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
|
|
"@typescript-eslint/parser": "^6.19.1",
|
|
|
|
"css-loader": "^6.7.3",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
|
"prettier": "^3.2.4",
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.1",
|
|
|
|
"sass": "^1.57.1",
|
|
|
|
"sass-loader": "^13.2.0",
|
|
|
|
"style-loader": "^3.3.1",
|
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-cli": "^5.0.1",
|
|
|
|
"webpack-dev-server": "^4.11.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"mathjs": "^12.3.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"recoil": "^0.7.7"
|
|
|
|
}
|
2023-01-09 20:51:11 +00:00
|
|
|
}
|