✨ feat: adding the main structure
This commit is contained in:
77
test-project/package.json
Normal file
77
test-project/package.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "test-project",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@babel/preset-react": "^7.25.9",
|
||||
"@commitlint/cli": "^19.6.0",
|
||||
"@commitlint/config-conventional": "^19.6.0",
|
||||
"@reduxjs/toolkit": "^2.3.0",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/node": "^22.9.3",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"ajv": "^8.17.1",
|
||||
"antd": "^5.22.2",
|
||||
"babel-loader": "^9.2.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-webpack": "^8.1.0",
|
||||
"husky": "^9.1.7",
|
||||
"ora": "^8.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
"pretty-quick": "^4.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-scripts": "^5.0.1",
|
||||
"redux": "^5.0.1",
|
||||
"style-loader": "^4.0.0",
|
||||
"typescript": "^5.7.2",
|
||||
"url-loader": "^4.1.1",
|
||||
"web-vitals": "^2.1.4",
|
||||
"webpack": "^5.96.1",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^5.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack serve --config webpack.config.js --mode development",
|
||||
"build": "webpack --config webpack.config.js --mode production",
|
||||
"test": "echo \"Error: no test specified\" && exit 0",
|
||||
"test:dev": "react-scripts test",
|
||||
"pretty-quick": "pretty-quick",
|
||||
"lint:prettier": "node check-format.js",
|
||||
"prettier": "prettier --write . --config .prettierrc",
|
||||
"prettier:commit": "node prettier-commit.js",
|
||||
"eject": "react-scripts eject",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.2.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user