webai/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2024-07-27 23:38:19 +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": {
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
2024-08-08 22:12:28 +00:00
"@types/underscore": "^1.11.15",
2024-07-27 23:38:19 +00:00
"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",
2024-08-16 03:58:06 +00:00
"typescript": "^5.5.4",
2024-07-27 23:38:19 +00:00
"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",
2024-08-09 01:51:47 +00:00
"react-dom": "^18.3.1"
2024-07-27 23:38:19 +00:00
}
}