First attempt at react interface
This commit is contained in:
41
client/package.json
Normal file
41
client/package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "go-sjles-pta-vote-client",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "6.9.1",
|
||||
"@testing-library/react": "16.3.2",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"axios":"1.13.2",
|
||||
"css-loader": "7.1.2",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"react-router": "7.12.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"sass-loader": "16.0.6",
|
||||
"webpack": "5.104.1",
|
||||
"webpack-cli": "6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user