generated from michael/webpack-base
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"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": {
|
|
"@eslint/js": "^9.7.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/underscore": "^1.11.15",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
"sass": "^1.77.8",
|
|
"sass-loader": "^14.2.1",
|
|
"style-loader": "^4.0.0",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^7.16.1",
|
|
"webpack": "^5.93.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"jotai": "^2.9.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|