2023-01-09 20:51:11 +00:00
|
|
|
{
|
2023-01-09 20:51:57 +00:00
|
|
|
"name": "test-webpack",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Template Webpack Starting Project",
|
2023-01-09 20:52:48 +00:00
|
|
|
"private": true,
|
2023-01-09 20:51:57 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2024-03-02 01:29:02 +00:00
|
|
|
"@types/react": "^18.2.61",
|
|
|
|
"@types/react-dom": "^18.2.19",
|
|
|
|
"css-loader": "^6.10.0",
|
2023-01-10 01:32:22 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2024-03-02 01:29:02 +00:00
|
|
|
"html-webpack-plugin": "^5.6.0",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
|
|
"sass": "^1.71.1",
|
|
|
|
"sass-loader": "^14.1.1",
|
|
|
|
"style-loader": "^3.3.4",
|
|
|
|
"ts-loader": "^9.5.1",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"webpack": "^5.90.3",
|
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-dev-server": "^5.0.2"
|
2023-01-10 00:44:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-21 17:28:52 +00:00
|
|
|
"jotai": "^2.9.0",
|
2023-01-10 00:44:13 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2023-01-09 20:51:57 +00:00
|
|
|
}
|
2023-01-09 20:51:11 +00:00
|
|
|
}
|